Add more tests for -Xassertions=jvm corner cases
This commit is contained in:
committed by
max-kammerer
parent
3e25166832
commit
d11344ce2e
@@ -433,6 +433,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
public void testJvmInlineLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/assert/jvmInlineLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmNestedClass.kt")
|
||||
public void testJvmNestedClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/assert/jvmNestedClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/bytecodeText/boxing")
|
||||
|
||||
Reference in New Issue
Block a user