mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
Method reverences language level highlighting
This commit is contained in:
+2
@@ -37,6 +37,8 @@ class UnsupportedFeatures {
|
||||
catch (<error descr="Multi-catches are not supported at this language level">FileNotFoundException | IOException e</error>) { e.printStackTrace(); }
|
||||
|
||||
try <error descr="Try-with-resources are not supported at this language level">(Reader r = new FileReader("/dev/null"))</error> { }
|
||||
|
||||
I i = <error descr="Method references are not supported at this language level">UnsupportedFeatures::m</error>;
|
||||
}
|
||||
|
||||
interface I {
|
||||
|
||||
Reference in New Issue
Block a user