FIR IDE: move low level api testdata sources to the analysis directory
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class B {
|
||||
fun q(): C {}
|
||||
private val y = q()
|
||||
|
||||
fun foo(a: A) = with(a) {
|
||||
bar("a", y)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user