[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// !DIAGNOSTICS: -UNUSED_VARIABLE
|
||||
|
||||
fun foo() {
|
||||
object a {}
|
||||
val b = object {
|
||||
object c {}
|
||||
}
|
||||
b.c
|
||||
class A {
|
||||
object d {}
|
||||
}
|
||||
val f = {
|
||||
object e {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user