FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class A(val aa: A?)
|
||||
|
||||
fun f(a: A) {
|
||||
val x = a?.a<caret>a
|
||||
}
|
||||
Reference in New Issue
Block a user