Move class completion tests into ordinal tests
This commit is contained in:
+2
-2
@@ -4,6 +4,6 @@ class Test {
|
||||
}
|
||||
}
|
||||
|
||||
// RUNTIME: 1
|
||||
// EXIST: Any, Nothing, Unit, Int, Number
|
||||
// EXIST: Array, Math, Hashable, OutputStream
|
||||
// EXIST: Array, Hashable
|
||||
// EXIST_JAVA_ONLY: Math, Thread
|
||||
+2
-2
@@ -3,6 +3,6 @@ class Test : <caret> {
|
||||
}
|
||||
}
|
||||
|
||||
// RUNTIME: 1
|
||||
// EXIST: Any, Nothing, Unit, Int, Number
|
||||
// EXIST: Array, Math, Hashable, OutputStream
|
||||
// EXIST: Array, Hashable
|
||||
// EXIST_JAVA_ONLY: Math, Thread
|
||||
Reference in New Issue
Block a user