a6bee7a22b
(they have different platform-level representation in JVM and JS).
18 lines
609 B
Plaintext
Vendored
18 lines
609 B
Plaintext
Vendored
FILE /delegatingConstructorCallsInSecondaryConstructors.kt
|
|
CLASS CLASS Base
|
|
FUN public constructor Base()
|
|
BLOCK_BODY
|
|
CLASS CLASS Test
|
|
nestedInitializers: BLOCK_BODY
|
|
FUN public constructor Test()
|
|
BLOCK_BODY
|
|
DELEGATING_CONSTRUCTOR_CALL Base
|
|
NESTED_INITIALIZERS_CALL classDescriptor=Test
|
|
FUN public constructor Test(/*0*/ xx: kotlin.Int)
|
|
BLOCK_BODY
|
|
DELEGATING_CONSTRUCTOR_CALL Base
|
|
NESTED_INITIALIZERS_CALL classDescriptor=Test
|
|
FUN public constructor Test(/*0*/ xx: kotlin.Short)
|
|
BLOCK_BODY
|
|
DELEGATING_CONSTRUCTOR_CALL Test
|