Add diagnostics to test data from NI
This commit is contained in:
@@ -20,5 +20,5 @@ class In<in F> {
|
||||
|
||||
fun test() {
|
||||
A.foo().x() checkType { _<Any?>() }
|
||||
A.bar().<!MEMBER_PROJECTED_OUT!>y<!>(null)
|
||||
A.bar().<!OI;MEMBER_PROJECTED_OUT!>y<!>(<!NI;NULL_FOR_NONNULL_TYPE!>null<!>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user