[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// !DIAGNOSTICS: -UNUSED_EXPRESSION
|
||||
|
||||
class Unrelated()
|
||||
|
||||
class Test(val name: String = "") {
|
||||
init {
|
||||
Unrelated::name
|
||||
Unrelated::foo
|
||||
}
|
||||
|
||||
fun foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user