Support nullable types on left-hand side of ::
#KT-1183 In Progress
This commit is contained in:
@@ -192,6 +192,11 @@ public class JetDiagnosticsTestWithStdLibGenerated extends AbstractJetDiagnostic
|
||||
doTest("compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionInClassDisallowed.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionOnNullable.kt")
|
||||
public void testExtensionOnNullable() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/testsWithStdLib/callableReference/function/extensionOnNullable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericClassFromTopLevel.kt")
|
||||
public void testGenericClassFromTopLevel() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/testsWithStdLib/callableReference/function/genericClassFromTopLevel.kt");
|
||||
|
||||
Reference in New Issue
Block a user