[TEST] Add test checking cast to DNN type
muted temporary due to required support in backends
This commit is contained in:
committed by
TeamCityServer
parent
5b19c41373
commit
23ad0e7c63
+6
@@ -4352,6 +4352,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/casts/castGenericNull.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("castToDefinitelyNotNullType.kt")
|
||||
public void testCastToDefinitelyNotNullType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/castToDefinitelyNotNullType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("dontCreateInconsistentTypeDuringStarProjectionSubstitution.kt")
|
||||
public void testDontCreateInconsistentTypeDuringStarProjectionSubstitution() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user