mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
test++
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class X {
|
||||
public static final String A = "IDEA is the best";
|
||||
}
|
||||
|
||||
interface Y {
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
class X {
|
||||
}
|
||||
|
||||
interface Y {
|
||||
String A = "IDEA is the best";
|
||||
}
|
||||
Reference in New Issue
Block a user