mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
[java] fix failing tests
GitOrigin-RevId: d69a9585d6e3bd93cdcb8f69e94d38c71b67e2f7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3a64f036e9
commit
71e10c185b
@@ -1,8 +1,9 @@
|
||||
class TestClass {
|
||||
public static final String s;
|
||||
}
|
||||
public static final String s;
|
||||
|
||||
static {
|
||||
String foo = "foo";
|
||||
s = foo.trim();
|
||||
}
|
||||
static {
|
||||
String foo = "foo";
|
||||
s = foo.trim();
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
class X
|
||||
final int x = 10;
|
||||
final int y = 20;
|
||||
final String s = <caret>"foo".trim();
|
||||
}
|
||||
Reference in New Issue
Block a user