[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
interface NoC {
|
||||
init {
|
||||
|
||||
}
|
||||
|
||||
val a : Int get() = 1
|
||||
|
||||
init {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
class WithC() {
|
||||
val x : Int = 1
|
||||
init {
|
||||
val b = x
|
||||
|
||||
}
|
||||
|
||||
val a : Int get() = 1
|
||||
|
||||
init {
|
||||
val z = b
|
||||
val zz = x
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user