Files
kotlin-fork/compiler/testData/diagnostics/tests/incompleteCode/senselessComparisonWithNull.jet
T
2012-05-23 21:53:17 +04:00

5 lines
106 B
Plaintext

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