[FIR] Improve DSL_SCOPE_VIOLATION message

This commit is contained in:
Kirill Rakhman
2023-12-21 15:02:04 +01:00
committed by Space Team
parent f4740e9e05
commit 0c4603f3e5
@@ -2385,7 +2385,7 @@ object FirErrorsDefaultMessages : BaseDiagnosticRendererFactory() {
)
map.put(
DSL_SCOPE_VIOLATION,
"''{0}'' cannot be called in this context by implicit receiver. Use the explicit one if necessary.",
"''{0}'' cannot be called in this context with an implicit receiver. Use an explicit receiver if necessary.",
SYMBOL
)