ae88726fae
The main problem: we are trying to lazily resolve local declaration ^KT-58546 ^KT-58490
12 lines
290 B
Plaintext
Vendored
12 lines
290 B
Plaintext
Vendored
FILE: localConstructor.kt
|
|
public final fun test(): R|kotlin/Unit| {
|
|
local final class Local : R|kotlin/Any| {
|
|
public constructor(): R|Local| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
}
|
|
|
|
lval l: R|Local| = R|<local>/Local.Local|()
|
|
}
|