[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
// !DUMP_CFG
|
||||
interface B
|
||||
|
||||
interface A {
|
||||
val b: B?
|
||||
}
|
||||
|
||||
class C(a: A, b: b) {
|
||||
init {
|
||||
val c = a.b?.let {
|
||||
C(a, it)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user