[NI] Make return type of !! operator definitely not-null

This commit is contained in:
Mikhail Zarechenskiy
2017-08-22 18:17:16 +03:00
parent d18a14b717
commit 3f8a685ace
6 changed files with 52 additions and 3 deletions
@@ -20828,6 +20828,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
doTest(fileName);
}
@TestMetadata("nullableAfterExclExcl.kt")
public void testNullableAfterExclExcl() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/regressions/nullableAfterExclExcl.kt");
doTest(fileName);
}
@TestMetadata("objectCaptureOuterConstructorProperty.kt")
public void testObjectCaptureOuterConstructorProperty() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/regressions/objectCaptureOuterConstructorProperty.kt");