[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
class My {
|
||||
|
||||
val x = foo()
|
||||
|
||||
val w = bar()
|
||||
|
||||
fun foo() = 0
|
||||
|
||||
companion object {
|
||||
|
||||
val y = <!UNRESOLVED_REFERENCE!>foo<!>()
|
||||
|
||||
val u = bar()
|
||||
|
||||
val z: String? = bar()
|
||||
|
||||
fun bar() = "1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user