mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
Do not highlight extension methods' bodies
This commit is contained in:
@@ -38,4 +38,8 @@ class UnsupportedFeatures {
|
||||
|
||||
try <error descr="Try-with-resources are not supported at this language level">(Reader r = new FileReader("/dev/null"))</error> { }
|
||||
}
|
||||
|
||||
interface I {
|
||||
<error descr="Extension methods are not supported at this language level">void m() default { }</error>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user