KJS: class MathClass -> object Math
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user