12 lines
283 B
Plaintext
Vendored
12 lines
283 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|()
|
|
}
|