[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
// !CHECK_TYPE
|
||||
val x get() = null
|
||||
val y get() = null!!
|
||||
|
||||
fun foo() {
|
||||
x checkType { <!UNRESOLVED_REFERENCE!>_<!><Nothing?>() }
|
||||
y checkType { <!UNRESOLVED_REFERENCE!>_<!><Nothing>() }
|
||||
}
|
||||
Reference in New Issue
Block a user