mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
split declaration: insert missed semicolon (IDEA-192958)
This commit is contained in:
@@ -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