File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/compiler/scala/tools/nsc/ast/parser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1594,7 +1594,7 @@ self =>
1594
1594
"==" networkingArrow
1595
1595
"+"
1596
1596
"/" "/" "%" "%/" "%/%/" "%&" "%;"
1597
- "�� "
1597
+ "· "
1598
1598
("?" simpleValueExpression ":")
1599
1599
1600
1600
networkingArrow =+ "<==" "==>" "<==>" "<<==>" "<==>>" "<<==>>"
@@ -1873,7 +1873,7 @@ self =>
1873
1873
scriptExpression_4 = scriptExpression_3 .. (+ "==" networkingArrow)
1874
1874
scriptExpression_3 = scriptExpression_2 .. ( "+")
1875
1875
scriptExpression_2 = scriptExpression_1 .. (+ "/" "%" "%/" "%/%/" "%&" "%;")
1876
- scriptExpression_1 = scriptExpression_0 .. ( "�� ")
1876
+ scriptExpression_1 = scriptExpression_0 .. ( "· ")
1877
1877
scriptExpression_0 = scriptTerm .. if commasOmittable (-) else (+)
1878
1878
*/
1879
1879
You can’t perform that action at this time.
0 commit comments