Added init keyword to testdata
This commit is contained in:
@@ -3,7 +3,7 @@ class A {
|
||||
val b = 0
|
||||
val c = b
|
||||
|
||||
{
|
||||
init {
|
||||
val d = b
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user