Added init keyword to testdata
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ fun box(): String {
|
||||
val l = object : C {
|
||||
override val a: Any
|
||||
|
||||
{
|
||||
init {
|
||||
a = {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user