4 lines
95 B
Plaintext
Vendored
4 lines
95 B
Plaintext
Vendored
// INTENTION_TEXT: Simplify negated 'is' expression to '!is'
|
|
fun test(n: Int) {
|
|
0 !is Int
|
|
} |