4 lines
84 B
Plaintext
Vendored
4 lines
84 B
Plaintext
Vendored
// FIX: Replace negated 'is' operation with '!is'
|
|
fun test(n: Int) {
|
|
0 !is Int
|
|
} |