split declaration: insert missed semicolon (IDEA-192958)

This commit is contained in:
Anna Kozlova
2018-06-04 18:03:35 +03:00
parent 0d0354fdab
commit ae8064fe15
2 changed files with 10 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ class Foo {
void some() {
Foo<T> <caret>f = new Foo<T>(){
<T,V> void foo(T t, V v) {}
};
}
}
}