Fix tests: do not refer to removed things.
This commit is contained in:
+4
-3
@@ -1,5 +1,6 @@
|
||||
package java.<caret>
|
||||
package kotlin.<caret>
|
||||
|
||||
|
||||
// EXIST: util, lang
|
||||
// EXIST_JAVA_ONLY: awt
|
||||
// EXIST: collections, sequences
|
||||
// EXIST_JAVA_ONLY: concurrent
|
||||
// EXIST_JS_ONLY: js
|
||||
+2
-2
@@ -3,12 +3,12 @@ interface T {
|
||||
}
|
||||
|
||||
fun foo(o: T) {
|
||||
if (o is Runnable) {
|
||||
if (o is Comparable<T>) {
|
||||
o.<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// EXIST: { itemText: "run", attributes: "bold" }
|
||||
// EXIST: { itemText: "compareTo", attributes: "bold" }
|
||||
// EXIST: { itemText: "f", attributes: "bold" }
|
||||
// EXIST: { itemText: "hashCode", attributes: "" }
|
||||
// EXIST: { itemText: "equals", attributes: "" }
|
||||
|
||||
Reference in New Issue
Block a user