[FIR] Improve DSL_SCOPE_VIOLATION message
This commit is contained in:
committed by
Space Team
parent
f4740e9e05
commit
0c4603f3e5
+1
-1
@@ -2385,7 +2385,7 @@ object FirErrorsDefaultMessages : BaseDiagnosticRendererFactory() {
|
|||||||
)
|
)
|
||||||
map.put(
|
map.put(
|
||||||
DSL_SCOPE_VIOLATION,
|
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
|
SYMBOL
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user