Better test data format
This commit is contained in:
+1
-1
@@ -12,4 +12,4 @@ fun firstFun() {
|
||||
// EXIST: testingExpectedFunction
|
||||
// ABSENT: testingUnexpectedFunction
|
||||
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -9,4 +9,4 @@ fun firstFun() {
|
||||
// EXIST: helloFunPreventAutoInsert
|
||||
// EXIST: helloWithParams
|
||||
// ABSENT: helloFake
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -4,4 +4,4 @@ class A : NotImported<caret>
|
||||
|
||||
// AUTOCOMPLETE_SETTING: true
|
||||
// EXIST: NotImportedClass
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ fun f() {
|
||||
|
||||
// EXIST: extFun1
|
||||
// EXIST: extFun2
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
Vendored
+1
-1
@@ -6,4 +6,4 @@ fun foo() {
|
||||
}
|
||||
|
||||
// EXIST: pair
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@ class C {
|
||||
// EXIST: helloProp
|
||||
// EXIST: helloForC
|
||||
// ABSENT: helloFake
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -9,4 +9,4 @@ fun firstFun(p: () -> Unit) {
|
||||
// EXIST: helloAny
|
||||
// ABSENT: helloFun3
|
||||
// ABSENT: helloFun4
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -10,4 +10,4 @@ fun firstFun(p: String.() -> Unit) {
|
||||
// ABSENT: helloFun4
|
||||
// EXIST: helloFun5
|
||||
// EXIST: helloAny
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ fun firstFun(x: third.Dependency) {
|
||||
|
||||
// EXIST: helloFun
|
||||
// EXIST: helloFunGeneric
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
+1
-1
@@ -9,4 +9,4 @@ fun firstFun() {
|
||||
// EXIST: { lookupString: "helloProp2", attributes: "bold" }
|
||||
// ABSENT: helloProp3
|
||||
// ABSENT: helloProp4
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
Reference in New Issue
Block a user