Files
kotlin-fork/idea/idea-completion/testData/basic/java/Number.kt
T

12 lines
173 B
Kotlin
Vendored

// FIR_COMPARISON
fun test(x: java.lang.Integer) {
x.<caret>
}
// EXIST: toByte
// EXIST: toShort
// EXIST: toInt
// EXIST: toLong
// EXIST: toFloat
// EXIST: toDouble