FIR: fix error message for NON_PUBLIC_CALL_FROM_PUBLIC_INLINE
This commit is contained in:
+1
-1
@@ -1953,7 +1953,7 @@ object FirErrorsDefaultMessages : BaseDiagnosticRendererFactory() {
|
|||||||
SYMBOL
|
SYMBOL
|
||||||
)
|
)
|
||||||
map.put(RECURSION_IN_INLINE, "Inline function ''{0}'' cannot be recursive", SYMBOL)
|
map.put(RECURSION_IN_INLINE, "Inline function ''{0}'' cannot be recursive", SYMBOL)
|
||||||
map.put(NON_PUBLIC_CALL_FROM_PUBLIC_INLINE, "Public-API inline function cannot access non-public-API ''{1}''", SYMBOL, SYMBOL)
|
map.put(NON_PUBLIC_CALL_FROM_PUBLIC_INLINE, "Public-API inline function cannot access non-public-API ''{0}''", SYMBOL, SYMBOL)
|
||||||
map.put(
|
map.put(
|
||||||
PROTECTED_CONSTRUCTOR_CALL_FROM_PUBLIC_INLINE,
|
PROTECTED_CONSTRUCTOR_CALL_FROM_PUBLIC_INLINE,
|
||||||
"Protected constructor call from public-API inline function is deprecated",
|
"Protected constructor call from public-API inline function is deprecated",
|
||||||
|
|||||||
Reference in New Issue
Block a user