Fix rewrite at slice exception for callable references inside flatMap
#KT-40254 Fixed
This commit is contained in:
+5
@@ -2803,6 +2803,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/resolveReferenceAgainstKFunctionAndKPrpoerty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("resolveTwoReferencesAgainstGenerics.kt")
|
||||
public void testResolveTwoReferencesAgainstGenerics() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/resolveTwoReferencesAgainstGenerics.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("valVsFun.kt")
|
||||
public void testValVsFun() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/resolve/valVsFun.kt");
|
||||
|
||||
Reference in New Issue
Block a user