Files
kotlin-fork/compiler/testData/diagnostics/tests/incompleteCode/senselessComparisonWithNull.kt
T

6 lines
142 B
Kotlin

// !DIAGNOSTICS: -UNUSED_EXPRESSION
package d
fun foo(a : IntArray) {
if (null == <!FUNCTION_EXPECTED!>a<!>()<!SYNTAX!><!>
<!SYNTAX!><!>}