drop deprecated syntax for anonymous initializer blocks
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
// "Add semicolon after invocation of 'foo'" "true"
|
||||
fun foo() {}
|
||||
fun foo(x : Int) {}
|
||||
fun bar() {
|
||||
foo(4);
|
||||
|
||||
{}<caret>
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
// "Add semicolon after invocation of 'foo'" "true"
|
||||
fun foo() {}
|
||||
fun foo(x : Int) {}
|
||||
fun bar() {
|
||||
foo(4)
|
||||
|
||||
{}<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user