Updated tests #KT-23546 Comment
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
class Foo
|
class Foo
|
||||||
|
class BarFoo
|
||||||
|
|
||||||
lateinit var f<caret>
|
lateinit var f<caret>
|
||||||
|
|
||||||
// EXIST: { itemText: "foo: Foo" }
|
// EXIST: { itemText: "foo: Foo" }
|
||||||
|
// EXIST: { itemText: "foo: BarFoo" }
|
||||||
@@ -1,8 +1,10 @@
|
|||||||
|
|
||||||
class Foo
|
class Foo
|
||||||
|
class BarFoo
|
||||||
|
|
||||||
fun test() {
|
fun test() {
|
||||||
var f<caret>
|
var f<caret>
|
||||||
}
|
}
|
||||||
|
|
||||||
// EXIST: { itemText: "foo", tailText: ": Foo (<root>)" }
|
// EXIST: { itemText: "foo", tailText: ": Foo (<root>)" }
|
||||||
|
// ABSENT: { itemText: "foo", tailText: ": BarFoo (<root>)" }
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
class Foo
|
class Foo
|
||||||
|
class BarFoo
|
||||||
|
|
||||||
val f<caret>
|
val f<caret>
|
||||||
|
|
||||||
// EXIST: { itemText: "foo", tailText: ": Foo (<root>)" }
|
// EXIST: { itemText: "foo", tailText: ": Foo (<root>)" }
|
||||||
|
// ABSENT: { itemText: "foo", tailText: ": BarFoo (<root>)" }
|
||||||
Reference in New Issue
Block a user