JVM_IR: generate file class without members if it has metadata
This commit is contained in:
@@ -264,6 +264,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/declarations/fileWithAnnotations.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("fileWithTypeAliasesOnly.kt")
|
||||
public void testFileWithTypeAliasesOnly() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/fileWithTypeAliasesOnly.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interfaceProperties.kt")
|
||||
public void testInterfaceProperties() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/interfaceProperties.kt");
|
||||
|
||||
Reference in New Issue
Block a user