[FIR] Fix crash on assignment expression with incorrect lvalue with LT mode
^KT-65241 Fixed
This commit is contained in:
committed by
Space Team
parent
c2e28149e6
commit
9a86b83a0c
+1
-1
@@ -625,7 +625,7 @@ class LightTreeRawFirExpressionBuilder(
|
||||
}
|
||||
|
||||
return result ?: buildErrorExpression {
|
||||
source = null
|
||||
source = dotQualifiedExpression.toFirSourceElement()
|
||||
diagnostic = ConeSyntaxDiagnostic("Qualified expression without selector")
|
||||
|
||||
// if there is no selector, we still want to resolve the receiver
|
||||
|
||||
Reference in New Issue
Block a user