5ab4229ee5
^KT-60728
19 lines
537 B
Plaintext
19 lines
537 B
Plaintext
FILE: [ResolvedTo(IMPORTS)] initBlock.kt
|
|
public final [ResolvedTo(BODY_RESOLVE)] class A : R|kotlin/Any| {
|
|
public [ResolvedTo(BODY_RESOLVE)] constructor(): R|A| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
init {
|
|
[ResolvedTo(RAW_FIR)] lval x: R|kotlin/Int| = Int(10)
|
|
local final [ResolvedTo(RAW_FIR)] class B : R|kotlin/Any| {
|
|
public [ResolvedTo(RAW_FIR)] constructor(): R|A.B| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|