Files
kotlin-fork/idea/testData/debugger/selectExpression/isExpression.kt
T

5 lines
56 B
Kotlin

fun foo() {
1 <caret>is Int
}
// EXPECTED: 1 is Int