faeafbbe29
Lazy resolve state represents the lazy resolve state of the current declaration It can be either resolved or be in a process of resolve ^KT-56543
15 lines
480 B
Plaintext
15 lines
480 B
Plaintext
FILE: [ResolvedTo(IMPORTS)] localClass.kt
|
|
[ResolvedTo(BODY_RESOLVE)] annotations container
|
|
public final [ResolvedTo(BODY_RESOLVE)] fun x(): R|kotlin/Unit| {
|
|
local final [ResolvedTo(BODY_RESOLVE)] class Local : R|kotlin/Any| {
|
|
public [ResolvedTo(BODY_RESOLVE)] constructor(): R|Local| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final [ResolvedTo(BODY_RESOLVE)] fun foo(): R|kotlin/Unit| {
|
|
}
|
|
|
|
}
|
|
|
|
}
|