FIR IDE: run FIR highlighting test on all test data
Similarly to FIR diagnostic tests. This commit enable all available test data and check the reported error messages by FIR. This helps identify some issues in formatting of FIR diagnostics. The changes on the test file are mechanically generated. Failed tests are disabled with `// IGNORE_FIR` and are re-enabled in the second commit.
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
6592407492
commit
f38c0cf348
+6
@@ -0,0 +1,6 @@
|
||||
annotation class A
|
||||
|
||||
class B
|
||||
|
||||
@A(B.class<error descr="Name expected">)</error><EOLError descr="Expecting ','"></EOLError>
|
||||
<error descr="[TOO_MANY_ARGUMENTS] Too many arguments for public constructor A() defined in A"><error descr="[TOO_MANY_ARGUMENTS] Too many arguments for public constructor A() defined in A">fun <error descr="[ANONYMOUS_FUNCTION_WITH_NAME] Anonymous functions with names are prohibited">f</error>() {}</error></error><EOLError descr="Expecting a top level declaration"></EOLError><EOLError descr="Expecting ')'"></EOLError>
|
||||
Reference in New Issue
Block a user