cd24adac32
#KT-14187 Fixed
7 lines
105 B
Kotlin
Vendored
7 lines
105 B
Kotlin
Vendored
fun test() {
|
|
if (<warning>1 is Int</warning>) {
|
|
if (1 is <error>Boolean</error>) {
|
|
|
|
}
|
|
}
|
|
} |