Generate IMPLICIT_NOTNULL for (nullability flexible type) -> (non-null type) implicit conversion.
This commit is contained in:
committed by
Dmitry Petrov
parent
2b6171057e
commit
3614b0a06c
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user