dbl -> toDouble
This commit is contained in:
@@ -2,9 +2,9 @@ package name
|
||||
|
||||
class Test() {
|
||||
var i = 5
|
||||
val ten = 10.long
|
||||
val ten = 10.toLong()
|
||||
|
||||
fun Long.t() = this.int + i++ + ++i
|
||||
fun Long.t() = this.toInt() + i++ + ++i
|
||||
|
||||
fun tt() = ten.t()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user