15 lines
304 B
Plaintext
Vendored
15 lines
304 B
Plaintext
Vendored
FILE: main.kt
|
|
public final class Foo : R|kotlin/Any| {
|
|
public constructor(): R|Foo| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final val x: R|kotlin/Int|
|
|
public get(): R|kotlin/Int|
|
|
|
|
init {
|
|
this@R|/Foo|.R|/Foo.x| = Int(42)
|
|
}
|
|
|
|
}
|