Preserve type capabilities while substituting

`val result` in test data rendered descriptors should be rendered as having raw type
This commit is contained in:
Denis Zharkov
2015-08-29 13:48:11 +03:00
parent 3b80bf5bda
commit 6dc08f76a6
5 changed files with 58 additions and 2 deletions
@@ -10772,6 +10772,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("saveRawCapabilitiesAfterSubtitution.kt")
public void testSaveRawCapabilitiesAfterSubtitution() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/platformTypes/rawTypes/saveRawCapabilitiesAfterSubtitution.kt");
doTest(fileName);
}
@TestMetadata("simple.kt")
public void testSimple() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/platformTypes/rawTypes/simple.kt");