Constraint Foo on T! should be turned into Foo! on T
This commit is contained in:
@@ -7795,6 +7795,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("singleton.kt")
|
||||
public void testSingleton() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/platformTypes/methodCall/singleton.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("string.kt")
|
||||
public void testString() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/platformTypes/methodCall/string.kt");
|
||||
|
||||
Reference in New Issue
Block a user