mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
not so eager space after instanceof
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
void test(Object o) {
|
||||
if (o inst<caret> Foo) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
void test(Object o) {
|
||||
if (o instanceof<caret> Foo) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user