Do not wrap flexible types into Nullable/NotNull types

This commit is contained in:
Andrey Breslav
2014-08-25 19:09:11 +04:00
parent 141e731f39
commit bdbd469aad
3 changed files with 43 additions and 0 deletions
@@ -7717,6 +7717,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("getParentOfType.kt")
public void testGetParentOfType() throws Exception {
doTest("compiler/testData/diagnostics/tests/platformTypes/getParentOfType.kt");
}
@TestMetadata("inference.kt")
public void testInference() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/platformTypes/inference.kt");