Do not overuse makeNullableAsSpecified in TypeSubstitutor
This commit is contained in:
@@ -7779,6 +7779,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
|
||||
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/diagnostics/tests/platformTypes/methodCall"), Pattern.compile("^(.+)\\.kt$"), true);
|
||||
}
|
||||
|
||||
@TestMetadata("entrySet.kt")
|
||||
public void testEntrySet() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/platformTypes/methodCall/entrySet.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("int.kt")
|
||||
public void testInt() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/platformTypes/methodCall/int.kt");
|
||||
|
||||
Reference in New Issue
Block a user