Mixin kotlin.Number methods into j.l.Number member scope
#KT-9672 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun test(x: java.lang.Integer) {
|
||||
x.<caret>
|
||||
}
|
||||
|
||||
// EXIST: toByte
|
||||
// EXIST: toShort
|
||||
// EXIST: toInt
|
||||
// EXIST: toLong
|
||||
// EXIST: toFloat
|
||||
// EXIST: toDouble
|
||||
Reference in New Issue
Block a user