Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
incompleteCode
/
senselessComparisonWithNull.fir.kt
blob: 21e0e292f514e2f277487e0c02349882c1e15996 [
file
]
// !DIAGNOSTICS: -UNUSED_EXPRESSION
package
d
fun foo
(
a
:
IntArray
)
{
if
(
null
==
<!
UNRESOLVED_REFERENCE
!>
a
<!>()<!
SYNTAX
!><!>
<!
SYNTAX
!><!>}