Create classes when deserializing enum entries
This commit is contained in:
+10
@@ -56,6 +56,11 @@ public class CompileKotlinAgainstKotlinTestGenerated extends AbstractCompileKotl
|
||||
doTest("compiler/testData/compileKotlinAgainstKotlin/DefaultConstructor.A.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Enum.A.kt")
|
||||
public void testEnum() throws Exception {
|
||||
doTest("compiler/testData/compileKotlinAgainstKotlin/Enum.A.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ImportObject.A.kt")
|
||||
public void testImportObject() throws Exception {
|
||||
doTest("compiler/testData/compileKotlinAgainstKotlin/ImportObject.A.kt");
|
||||
@@ -91,4 +96,9 @@ public class CompileKotlinAgainstKotlinTestGenerated extends AbstractCompileKotl
|
||||
doTest("compiler/testData/compileKotlinAgainstKotlin/Simple.A.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("StarImportEnum.A.kt")
|
||||
public void testStarImportEnum() throws Exception {
|
||||
doTest("compiler/testData/compileKotlinAgainstKotlin/StarImportEnum.A.kt");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user