JVM_IR: Prevent writing output after an error is reported
#KT-53825 Fixed
This commit is contained in:
committed by
Alexander Udalov
parent
252e97663b
commit
7b3ce35613
@@ -242,6 +242,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/conflictingJvmDeclarations.args");
|
||||
}
|
||||
|
||||
@TestMetadata("conflictingJvmDeclarationsK2.args")
|
||||
public void testConflictingJvmDeclarationsK2() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/conflictingJvmDeclarationsK2.args");
|
||||
}
|
||||
|
||||
@TestMetadata("conflictingOverloads.args")
|
||||
public void testConflictingOverloads() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/conflictingOverloads.args");
|
||||
|
||||
Reference in New Issue
Block a user