bd38363077
To explicitly specify which test are failing
8 lines
106 B
Plaintext
Vendored
8 lines
106 B
Plaintext
Vendored
// "Remove useless is check" "true"
|
|
fun foo(a: String) {
|
|
if (<caret>true) {
|
|
|
|
}
|
|
}
|
|
|
|
/* IGNORE_FIR */ |