fixup! [FIR] Resolve collection literal in case of a fully fixed expected type
diff --git a/compiler/fir/checkers/src/org/jetbrains/kotlin/fir/analysis/diagnostics/FirErrorsDefaultMessages.kt b/compiler/fir/checkers/src/org/jetbrains/kotlin/fir/analysis/diagnostics/FirErrorsDefaultMessages.kt
index 7090a68..f9867b6 100644
--- a/compiler/fir/checkers/src/org/jetbrains/kotlin/fir/analysis/diagnostics/FirErrorsDefaultMessages.kt
+++ b/compiler/fir/checkers/src/org/jetbrains/kotlin/fir/analysis/diagnostics/FirErrorsDefaultMessages.kt
@@ -1647,7 +1647,7 @@
         )
         map.put(
             UNSUPPORTED_COLLECTION_LITERAL_TYPE,
-            "No operator ''of'' is defined for expected type."
+            "No 'of' operator is defined for expected type."
         )
 
         // Context parameters resolution