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