Add tests
This commit is contained in:
+5
@@ -23595,6 +23595,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/typeMapping/nothing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullNothing.kt")
|
||||
public void testNullNothing() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typeMapping/nullNothing.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullableNothing.kt")
|
||||
public void testNullableNothing() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typeMapping/nullableNothing.kt");
|
||||
|
||||
Reference in New Issue
Block a user