38f4a35be2
#KT-52020 Fixed
14 lines
520 B
Plaintext
Vendored
14 lines
520 B
Plaintext
Vendored
FILE: jvm.kt
|
|
public final class A : R|Some| {
|
|
public constructor(): R|A| {
|
|
super<R|Some|>()
|
|
}
|
|
|
|
public final fun test(): R|kotlin/Unit| {
|
|
lval res1: R|kotlin/Boolean| = this@R|/A|.R|/Some.foo|(Int(1))
|
|
lval res2: R|kotlin/Boolean| = this@R|/A|.R|/Some.foo|(Int(-1))
|
|
lval res3: R|ft<kotlin/Array<kotlin/String!>, kotlin/Array<out kotlin/String!>?>| = this@R|/A|.R|/Some.bar|(R|kotlin/intArrayOf|(vararg(Int(0), Int(2), Int(-2))))
|
|
}
|
|
|
|
}
|