rename Numbers.kt to Primitives.kt as it now contains Char which is not a number
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
val x : <ref>Int?
|
||||
//kotlin/Numbers.kt:Int
|
||||
//kotlin/Primitives.kt:Int
|
||||
@@ -1,2 +1,2 @@
|
||||
val x = 2.0 <ref>* 3.0
|
||||
//kotlin/Numbers.kt:times
|
||||
//kotlin/Primitives.kt:times
|
||||
Reference in New Issue
Block a user