1413cab1e6
#KT-9672 Fixed
11 lines
155 B
Kotlin
Vendored
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
|