commit | 6ab0537e5a52957150487e47552bcf4b0375f912 | [log] [tgz] |
---|---|---|
author | grigorii.solnyshkin <Grigorii.Solnyshkin@jetbrains.com> | Wed Sep 10 11:00:40 2025 +0300 |
committer | grigorii.solnyshkin <Grigorii.Solnyshkin@jetbrains.com> | Wed Sep 10 11:01:11 2025 +0300 |
tree | c4d336794560acd87cb0749a599c82d459226764 | |
parent | 25e9a0033c822c970999f9ae6b9017ee5230b56d [diff] |
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