FIR IDE: move low level api testdata sources to the analysis directory
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
FILE: main.kt
|
||||
public final fun R|Y|.test(): R|kotlin/String?| {
|
||||
lval a: R|kotlin/Int| = when (this@R|/test|) {
|
||||
($subj$ is R|F|) -> {
|
||||
Int(1)
|
||||
}
|
||||
($subj$ is R|G|) -> {
|
||||
Int(2)
|
||||
}
|
||||
else -> {
|
||||
^test Null(null)
|
||||
}
|
||||
}
|
||||
|
||||
^test Null(null)
|
||||
}
|
||||
Reference in New Issue
Block a user