4 lines
83 B
Kotlin
4 lines
83 B
Kotlin
// IS_APPLICABLE: false
|
|
fun foo(x: Int) : Any {
|
|
return <caret>(x as Int) < 42
|
|
} |