HL API: restore SymbolByReferenceTest

Now it is possible as references are working in HL API tests now
This commit is contained in:
Ilya Kirillov
2021-07-21 17:40:47 +02:00
committed by teamcityserver
parent c678d4b506
commit f19dfd9d2a
6 changed files with 66 additions and 36 deletions
@@ -57,10 +57,9 @@ fun main(args: Array<String>) {
model("symbols/symbolByFqName")
}
// todo
// testClass<AbstractSymbolByReferenceTest> {
// model("symbols/symbolByReference")
// }
testClass<AbstractSymbolByReferenceTest> {
model("symbols/symbolByReference")
}
testClass<AbstractExpectedExpressionTypeTest> {
model("components/expectedExpressionType")