mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Records: delete test for records feature (parser unable to detect if it is not method)
GitOrigin-RevId: 70e9bbe9e65e4cd9c875ff13a1c156a9462028b9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a922561f15
commit
62046f2bcc
-4
@@ -25,8 +25,4 @@ class UnsupportedFeatures {
|
||||
|
||||
String spaceEscapeSeq = <error descr="'\s' and '\' escape sequences are not supported at language level '1.4'">"\s"</error>;
|
||||
}
|
||||
}
|
||||
|
||||
<error descr="Records are not supported at language level '1.4'">record</error> UnsuportedRecord(String s) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user