[FIR PSI] Set source of error reference
#KT-55835
This commit is contained in:
committed by
Space Team
parent
070b694247
commit
9e9b92fd16
+4
-1
@@ -2718,7 +2718,10 @@ open class PsiRawFirBuilder(
|
|||||||
|
|
||||||
null -> {
|
null -> {
|
||||||
CalleeAndReceiver(
|
CalleeAndReceiver(
|
||||||
buildErrorNamedReference { diagnostic = ConeSyntaxDiagnostic("Call has no callee") }
|
buildErrorNamedReference {
|
||||||
|
source = defaultSource
|
||||||
|
diagnostic = ConeSyntaxDiagnostic("Call has no callee")
|
||||||
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user