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
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
public final [ResolvedTo(BODY_RESOLVE)] class E : R|kotlin/Any| {
|
|
public [ResolvedTo(BODY_RESOLVE)] constructor(): R|E| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final [ResolvedTo(BODY_RESOLVE)] fun e(): R|kotlin/Int| {
|
|
^e R|<local>/x|
|
|
}
|
|
|
|
}
|