mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[java] raw string literals: language level check (IDEA-189075)
This commit is contained in:
+2
@@ -20,5 +20,7 @@ class UnsupportedFeatures {
|
||||
|
||||
java.lang.annotation.ElementType t = null;
|
||||
switch (<error descr="Incompatible types. Found: 'java.lang.annotation.ElementType', required: 'byte, char, short or int'">t</error>) { }
|
||||
|
||||
String raw = <error descr="Raw string literals are not supported at language level '1.4'">`hi there`</error>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user