rename Numbers.kt to Primitives.kt as it now contains Char which is not a number

This commit is contained in:
Dmitry Jemerov
2015-03-10 16:48:40 +01:00
parent 89398796c6
commit 07381b765f
6 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
val x : <ref>Int?
//kotlin/Numbers.kt:Int
//kotlin/Primitives.kt:Int
+1 -1
View File
@@ -1,2 +1,2 @@
val x = 2.0 <ref>* 3.0
//kotlin/Numbers.kt:times
//kotlin/Primitives.kt:times