drop deprecated syntax for anonymous initializer blocks
This commit is contained in:
@@ -7,12 +7,4 @@ class A {
|
||||
init {
|
||||
x = 1
|
||||
}
|
||||
|
||||
val y = f()
|
||||
{
|
||||
x = 2
|
||||
}
|
||||
{
|
||||
x = 3
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user