Files
kotlin/idea/testData/debugger/selectExpression/javaStaticMehtodCall.kt
2016-02-02 15:16:14 +03:00

5 lines
68 B
Kotlin
Vendored

fun foo(i: Int) {
<caret>Integer.valueOf(1)
}
// EXPECTED: null