Added tests
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ fun firstFun() {
|
||||
a.hello<caret>
|
||||
}
|
||||
|
||||
// EXIST: helloProp1
|
||||
// EXIST: helloProp2
|
||||
// EXIST: { lookupString: "helloProp1", attributes: "bold" }
|
||||
// EXIST: { lookupString: "helloProp2", attributes: "bold" }
|
||||
// ABSENT: helloProp3
|
||||
// ABSENT: helloProp4
|
||||
// NUMBER: 2
|
||||
+1
-1
@@ -8,6 +8,6 @@ fun f() {
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// ABSENT: "xxx"
|
||||
// EXIST: "yyy"
|
||||
// EXIST: { lookupString: "yyy", attributes: "bold" }
|
||||
// ABSENT: "zzz"
|
||||
// ABSENT: "extensionProp"
|
||||
|
||||
Reference in New Issue
Block a user