mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 21:44:49 +07:00
strictfp in interfaces for java 1.8 (IDEA-138501)
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
interface A {
|
||||
<error descr="Illegal combination of modifiers: 'strictfp' and 'abstract'">strictfp</error> void m();
|
||||
strictfp default void m1(){}
|
||||
strictfp static void m2() {}
|
||||
}
|
||||
Reference in New Issue
Block a user