Generate IMPLICIT_NOTNULL for (nullability flexible type) -> (non-null type) implicit conversion.

This commit is contained in:
Dmitry Petrov
2016-08-18 19:00:32 +03:00
committed by Dmitry Petrov
parent 2b6171057e
commit 3614b0a06c
5 changed files with 30 additions and 13 deletions
@@ -131,6 +131,12 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
doTest(fileName);
}
@TestMetadata("implicitCastOnPlatformType.kt")
public void testImplicitCastOnPlatformType() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/implicitCastOnPlatformType.kt");
doTest(fileName);
}
@TestMetadata("in.kt")
public void testIn() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/ir/irText/in.kt");