Better test data format

This commit is contained in:
Valentin Kipyatkov
2015-05-18 11:11:27 +03:00
parent 603f7ef3c1
commit 54836113a7
77 changed files with 78 additions and 78 deletions
@@ -7,4 +7,4 @@ class Test {
}
// EXIST: util
// NOTHING_ELSE: true
// NOTHING_ELSE
@@ -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
@@ -15,4 +15,4 @@ fun g(a: A) {
// EXIST: foo
// EXIST: foo1
// NOTHING_ELSE: true
// NOTHING_ELSE
@@ -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
@@ -7,4 +7,4 @@ fun test(p: Int) = foo(12, third = "", <caret>)
// ABSENT: first
// ABSENT: third
// EXIST: second
// NOTHING_ELSE: true
// NOTHING_ELSE
@@ -9,4 +9,4 @@ fun test() = small(param<caret>First = 12)
// EXIST: paramSecond
// EXIST: paramTest
// NOTHING_ELSE: true
// NOTHING_ELSE