Generate explicit call to 'Any()' if no superclass found.
Generate call super-constructor calls as IrDelegatedConstructorCall.
This commit is contained in:
committed by
Dmitry Petrov
parent
535ddd639f
commit
28b3ea27f3
@@ -28,4 +28,16 @@ class Test4 {
|
||||
init {
|
||||
println("2")
|
||||
}
|
||||
}
|
||||
|
||||
class Test5 {
|
||||
init {
|
||||
println("1")
|
||||
}
|
||||
|
||||
inner class TestInner {
|
||||
init {
|
||||
println("2")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user