59bafedd8a
#KT-50082 Fixed
15 lines
401 B
Plaintext
Vendored
15 lines
401 B
Plaintext
Vendored
FILE: KotlinBase.kt
|
|
public open class KotlinBase : R|kotlin/Any| {
|
|
public constructor(): R|KotlinBase| {
|
|
super<R|kotlin/Any|>()
|
|
}
|
|
|
|
public final val abcd: R|kotlin/String| = String(abcd)
|
|
public get(): R|kotlin/String|
|
|
|
|
}
|
|
FILE: test.kt
|
|
public final fun test(d: R|JavaDerived|): R|kotlin/Unit| {
|
|
R|<local>/d|.R|/JavaDerived.abcd|
|
|
}
|