f38c0cf348
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.
8 lines
162 B
Kotlin
Vendored
8 lines
162 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
class Test
|
|
|
|
val localTest1 = Test() <error>-</error> 12
|
|
val localTest2 = Test() <error>></error> 12
|
|
val localTest3 = Test() <error><</error> 12
|