Support constant evaluation of unsigned type constructors
#KT-23816 In Progress
This commit is contained in:
@@ -957,6 +957,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/constants/byte.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineUnsignedIntConstant.kt")
|
||||
public void testInlineUnsignedIntConstant() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/constants/inlineUnsignedIntConstant.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9532.kt")
|
||||
public void testKt9532() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/constants/kt9532.kt");
|
||||
|
||||
Reference in New Issue
Block a user