Files
kotlin-fork/idea/idea-completion/testData/basic/java/Number.kt
T
2015-10-20 19:41:58 +03:00

11 lines
155 B
Kotlin
Vendored

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