Delete traces of "jet" in test data and unimportant code
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// FILE: main.kt
|
||||
//KT-2376 java.lang.Number should be visible in Kotlin as jet.Number
|
||||
//KT-2376 java.lang.Number should be visible in Kotlin as kotlin.Number
|
||||
fun main(args: Array<String>) {
|
||||
Test().number(5.toInt())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user