[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
// NI_EXPECTED_FILE
|
||||
|
||||
fun test() = 3
|
||||
|
||||
fun <T> proxy(t: T) = t
|
||||
|
||||
class A {
|
||||
val test = test()
|
||||
}
|
||||
|
||||
class B {
|
||||
val test = proxy(test())
|
||||
}
|
||||
|
||||
class C {
|
||||
val bar = test()
|
||||
val test = <!UNRESOLVED_REFERENCE!>bar<!>()
|
||||
}
|
||||
Reference in New Issue
Block a user