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