Better test data format
This commit is contained in:
@@ -7,4 +7,4 @@ class Test {
|
||||
}
|
||||
|
||||
// EXIST: util
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -8,4 +8,4 @@ fun foo() {
|
||||
|
||||
// EXIST: ext1
|
||||
// EXIST: ext2
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
@@ -9,4 +9,4 @@ fun firstFun() {
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: Testing
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -15,4 +15,4 @@ fun g(a: A) {
|
||||
|
||||
// EXIST: foo
|
||||
// EXIST: foo1
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -8,4 +8,4 @@ fun test() = small(paramFirst = param<caret>)
|
||||
// EXIST: paramTest
|
||||
// ABSENT: {"lookupString":"paramFirst","tailText":" Int","itemText":"paramFirst ="}
|
||||
// ABSENT: paramSecond
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -7,4 +7,4 @@ fun test(p: Int) = foo(12, third = "", <caret>)
|
||||
// ABSENT: first
|
||||
// ABSENT: third
|
||||
// EXIST: second
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -9,4 +9,4 @@ fun test() = small(param<caret>First = 12)
|
||||
// EXIST: paramSecond
|
||||
// EXIST: paramTest
|
||||
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
Reference in New Issue
Block a user