[FIR IDE] Fix HL API test data
Ignore failed tests Set passing test to comparison mode Fix testdata for symbols Fix invalid LAZINESS parameter reading from testdata
This commit is contained in:
Vendored
+3
-1
@@ -9,4 +9,6 @@ public class JJ extends B {
|
||||
void test() {
|
||||
new <caret>B("");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// FIR_IGNORE
|
||||
Vendored
+3
-1
@@ -9,4 +9,6 @@ public class JJ extends B {
|
||||
void test() {
|
||||
new B("");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// FIR_IGNORE
|
||||
@@ -9,4 +9,6 @@ fun <caret>foo(
|
||||
z: String = "0"
|
||||
) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// FIR_COMPARISON
|
||||
+2
@@ -7,3 +7,5 @@ public open class Outer() {
|
||||
var <caret>foo: Int = 1
|
||||
}
|
||||
}
|
||||
|
||||
// FIR_COMPARISON
|
||||
+1
@@ -4,3 +4,4 @@ package server
|
||||
|
||||
var <caret>foo: String = "foo"
|
||||
|
||||
// FIR_COMPARISON
|
||||
|
||||
Reference in New Issue
Block a user