mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
split declaration: insert missed semicolon (IDEA-192958)
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ class Foo {
|
||||
void some() {
|
||||
Foo<T> <caret>f = new Foo<T>(){
|
||||
<T,V> void foo(T t, V v) {}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user