[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:
Igor Yakovlev
2020-11-25 15:23:28 +03:00
parent 7cbcde77dd
commit 842d31d04e
15 changed files with 218 additions and 5 deletions
@@ -9,4 +9,6 @@ public class JJ extends B {
void test() {
new <caret>B("");
}
}
}
// FIR_IGNORE
@@ -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
@@ -7,3 +7,5 @@ public open class Outer() {
var <caret>foo: Int = 1
}
}
// FIR_COMPARISON
@@ -4,3 +4,4 @@ package server
var <caret>foo: String = "foo"
// FIR_COMPARISON