Fix apostrophes in error messages #KT-50183 Fixed

This commit is contained in:
Mikhail Glukhikh
2022-01-10 19:21:45 +03:00
parent 0f2f6334c2
commit a4f74f60d9
5 changed files with 18 additions and 18 deletions
@@ -99,7 +99,7 @@ private val DIAGNOSTIC_FACTORY_TO_RENDERER by lazy {
put(ErrorsJs.CALL_TO_DEFINED_EXTERNALLY_FROM_NON_EXTERNAL_DECLARATION, "This property can only be used from external declarations")
put(ErrorsJs.WRONG_MULTIPLE_INHERITANCE,
"Can't apply multiple inheritance here, since it's impossible to generate bridge for system function {0}",
"Can''t apply multiple inheritance here, since it''s impossible to generate bridge for system function {0}",
Renderers.DECLARATION_NAME_WITH_KIND)
put(ErrorsJs.NESTED_JS_EXPORT, "@JsExport is only allowed on files and top-level declarations")