fix tests by adding missing 'init' keywords to testdata
This commit is contained in:
@@ -8,7 +8,7 @@ open class A(val a: A)
|
||||
|
||||
class TestObjectLiteral {
|
||||
val obj: A = object: A(obj) {
|
||||
{
|
||||
init {
|
||||
val x = obj
|
||||
}
|
||||
fun foo() {
|
||||
|
||||
Reference in New Issue
Block a user