KJS: class MathClass -> object Math

This commit is contained in:
Zalim Bashorov
2017-01-19 22:36:25 +03:00
parent cb210b6c78
commit cd04e794ee
3 changed files with 7 additions and 9 deletions
@@ -4,5 +4,5 @@ class Test {
}
}
// EXIST: Any, Nothing, Unit, Int, Number, Array
// EXIST_JAVA_ONLY: Math, Thread
// EXIST: Any, Nothing, Unit, Int, Number, Array, Math
// EXIST_JAVA_ONLY: Thread
@@ -3,5 +3,5 @@ class Test : <caret> {
}
}
// EXIST: Any, Nothing, Unit, Int, Number, Array
// EXIST_JAVA_ONLY: Math, Thread
// EXIST: Any, Nothing, Unit, Int, Number, Array, Math
// EXIST_JAVA_ONLY: Thread