Remove OI/NI attributes from test data
This commit is contained in:
committed by
teamcityserver
parent
2ecba6ac39
commit
ddbdfafa79
@@ -3,5 +3,5 @@
|
||||
fun <T : Any> nullable(): T? = null
|
||||
|
||||
fun test() {
|
||||
val value = nullable<Int>() ?: <!TYPE_INFERENCE_EXPECTED_TYPE_MISMATCH{OI}!>nullable()<!>
|
||||
val value = nullable<Int>() ?: nullable()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user