Fix exception from data class codegen for light classes
EA-66827
This commit is contained in:
+6
@@ -763,6 +763,12 @@ public class JetDiagnosticsTestWithStdLibGenerated extends AbstractJetDiagnostic
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("ea66827_dataClassWrongToString.kt")
|
||||
public void testEa66827_dataClassWrongToString() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithStdLib/regression/ea66827_dataClassWrongToString.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("ea70880_illegalJvmName.kt")
|
||||
public void testEa70880_illegalJvmName() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/testsWithStdLib/regression/ea70880_illegalJvmName.kt");
|
||||
|
||||
Reference in New Issue
Block a user