Add more tests for type operators on the jvm
This commit is contained in:
committed by
max-kammerer
parent
b6ea135e70
commit
6bf16a96e1
@@ -354,6 +354,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/reifiedIsCheckWithNullable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reifiedSafeAsCheck.kt")
|
||||
public void testReifiedSafeAsCheck() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/reifiedSafeAsCheck.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("safeAsWithMutable.kt")
|
||||
public void testSafeAsWithMutable() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/safeAsWithMutable.kt");
|
||||
|
||||
Reference in New Issue
Block a user