Another TypeUtils.isNullableType() introduced
This commit is contained in:
@@ -7848,6 +7848,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("sam.kt")
|
||||
public void testSam() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/platformTypes/methodCall/sam.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("singleton.kt")
|
||||
public void testSingleton() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/platformTypes/methodCall/singleton.kt");
|
||||
|
||||
Reference in New Issue
Block a user