JVM IR: Support -Xno-call-assertions
This commit is contained in:
committed by
Dmitry Petrov
parent
61e6d346aa
commit
cf3e4608f3
-5
@@ -14716,11 +14716,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/notNullAssertions/nonNullableTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullabilityAssertionOnDispatchReceiver.kt")
|
||||
public void testNullabilityAssertionOnDispatchReceiver() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnDispatchReceiver.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullabilityAssertionOnExtensionReceiver.kt")
|
||||
public void testNullabilityAssertionOnExtensionReceiver() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/notNullAssertions/nullabilityAssertionOnExtensionReceiver.kt");
|
||||
|
||||
Reference in New Issue
Block a user