Add test for soon to be deprecated 'class object' syntax
This commit is contained in:
@@ -1540,6 +1540,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("deprecatedClassObjectSyntax.kt")
|
||||
public void testDeprecatedClassObjectSyntax() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/classObjects/deprecatedClassObjectSyntax.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("importClassInClassObject.kt")
|
||||
public void testImportClassInClassObject() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/classObjects/importClassInClassObject.kt");
|
||||
|
||||
Reference in New Issue
Block a user