[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
// !CHECK_TYPE
|
||||
// !WITH_NEW_INFERENCE
|
||||
interface Tr<T> {
|
||||
var v: Tr<T>
|
||||
}
|
||||
|
||||
fun test(t: Tr<*>) {
|
||||
t.v = t
|
||||
t.v checkType { <!UNRESOLVED_REFERENCE!>_<!><Tr<*>>() }
|
||||
}
|
||||
Reference in New Issue
Block a user