Fixed testdata
JS stdlib contains more classes now, so we need to filter them out
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ class Base1 {
|
|||||||
open class Base2 : Base1() {
|
open class Base2 : Base1() {
|
||||||
}
|
}
|
||||||
|
|
||||||
class A(overr<caret>) : Base2(), I
|
class A(overrid<caret>) : Base2(), I
|
||||||
|
|
||||||
// EXIST: { lookupString: "override", itemText: "override" }
|
// EXIST: { lookupString: "override", itemText: "override" }
|
||||||
// EXIST: { itemText: "override val someVal: Int", tailText: null, typeText: "I", attributes: "bold" }
|
// EXIST: { itemText: "override val someVal: Int", tailText: null, typeText: "I", attributes: "bold" }
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ interface Foo {
|
|||||||
val bar: Int
|
val bar: Int
|
||||||
}
|
}
|
||||||
|
|
||||||
class A(override val bar: Int, overr<caret>): Foo
|
class A(override val bar: Int, overrid<caret>): Foo
|
||||||
|
|
||||||
// EXIST: { lookupString: "override", itemText: "override" }
|
// EXIST: { lookupString: "override", itemText: "override" }
|
||||||
// EXIST: { itemText: "override val foo: Int", tailText: null, typeText: "Foo", attributes: "bold" }
|
// EXIST: { itemText: "override val foo: Int", tailText: null, typeText: "Foo", attributes: "bold" }
|
||||||
|
|||||||
Reference in New Issue
Block a user