FIR IDE: fix testdata
This commit is contained in:
+6
-6
@@ -1,11 +1,11 @@
|
|||||||
FILE: main.kt
|
FILE: main.kt
|
||||||
public? final? fun Y.test(): String? {
|
public final fun R|Y|.test(): R|kotlin/String?| {
|
||||||
lval a: <implicit> = when (this#) {
|
lval a: R|kotlin/Int| = when (this@R|/test|) {
|
||||||
($subj$ is F) -> {
|
($subj$ is R|F|) -> {
|
||||||
IntegerLiteral(1)
|
Int(1)
|
||||||
}
|
}
|
||||||
($subj$ is G) -> {
|
($subj$ is R|G|) -> {
|
||||||
IntegerLiteral(2)
|
Int(2)
|
||||||
}
|
}
|
||||||
else -> {
|
else -> {
|
||||||
^test Null(null)
|
^test Null(null)
|
||||||
|
|||||||
Reference in New Issue
Block a user