File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
scalameta/dialects/shared/src/main/scala/scala/meta/dialects
tests/shared/src/test/scala/scala/meta/tests/parsers/dotty Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,9 @@ package object dialects {
150
150
151
151
implicit val Scala32 = Scala31
152
152
153
- implicit val Scala3 = Scala32
153
+ implicit val Scala33 = Scala31 .withAllowFewerBraces(true )
154
+
155
+ implicit val Scala3 = Scala33
154
156
155
157
implicit val Scala3Future = Scala3
156
158
.withAllowUnderscoreAsTypePlaceholder(true )
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ import scala.meta._
4
4
5
5
class FewerBracesSuite extends BaseDottySuite {
6
6
7
- protected override implicit val dialect = dialects.Scala3 .withAllowFewerBraces(true )
8
-
9
7
test(" simple" ) {
10
8
runTestAssert[Stat ](
11
9
""" |val firstLine = files.get(fileName).fold:
You can’t perform that action at this time.
0 commit comments