[FIR] Set source on callee reference of implicit invoke receiver
This fixes an IllegalArgumentException when a diagnostic was reported on it because no source was set. #KT-61829 Fixed
This commit is contained in:
committed by
Space Team
parent
a224f9db34
commit
ce65d3c7b8
+6
@@ -3847,6 +3847,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/problems/incompleteWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("incorrectGenericLambdaProperty.kt")
|
||||
public void testIncorrectGenericLambdaProperty() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/problems/incorrectGenericLambdaProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("innerClassHierarchy.kt")
|
||||
public void testInnerClassHierarchy() throws Exception {
|
||||
|
||||
+6
@@ -3847,6 +3847,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/problems/incompleteWhen.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("incorrectGenericLambdaProperty.kt")
|
||||
public void testIncorrectGenericLambdaProperty() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/problems/incorrectGenericLambdaProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("innerClassHierarchy.kt")
|
||||
public void testInnerClassHierarchy() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user