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