Fix for KT-16225: enumValues non-reified stub implementation references nonexistent method
#KT-16225 Fixed
This commit is contained in:
@@ -1319,6 +1319,12 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("specialEnumFunction.kt")
|
||||
public void testSpecialEnumFunction() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/inline/specialEnumFunction.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("splitedExceptionTable.kt")
|
||||
public void testSplitedExceptionTable() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/inline/splitedExceptionTable.kt");
|
||||
|
||||
Reference in New Issue
Block a user