Files
kotlin-fork/idea/testData/intentions/removeUnnecessaryParentheses/necessaryParentheses3.kt
T

4 lines
83 B
Kotlin

// IS_APPLICABLE: false
fun foo(x: Int) : Any {
return <caret>(x as Int) < 42
}