7 lines
123 B
Kotlin
Vendored
7 lines
123 B
Kotlin
Vendored
// "Suppress 'REDUNDANT_NULLABLE' for statement " "true"
|
|
|
|
fun foo() {
|
|
when ("") {
|
|
is Any?<caret>? -> {}
|
|
}
|
|
} |