Skip to content

Commit a61d2ad

Browse files
committed
bundle sorting
1 parent e4aa398 commit a61d2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala/scala-impl/resources/messages/ScalaBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ export.qualifier.not.parameterless.companion.method=Export qualifier {0} is not
238238

239239
### org/jetbrains/plugins/scala/annotator/element/ScExpressionAnnotator.scala
240240
else.expected='else' expected
241+
expression.expected=Expression expected
241242

242243
### org/jetbrains/plugins/scala/annotator/element/ScForAnnotator.scala
243244
for.pattern.bindings.require.scala3='case' syntax in 'for' pattern bindings requires Scala 3.0
@@ -1354,7 +1355,6 @@ auxiliary.constructor.may.not.have.a.type.annotation=Auxiliary constructor may n
13541355
auxiliary.constructor.definition.expected=Auxiliary constructor definition expected
13551356

13561357
### org/jetbrains/plugins/scala/lang/parser/parsing/statements/PatDef.scala
1357-
expression.expected=Expression expected
13581358
expected.another.pattern=Expected another pattern
13591359

13601360
### org/jetbrains/plugins/scala/lang/parser/parsing/statements/ValDcl.scala

0 commit comments

Comments
 (0)