Skip to content

Commit

Permalink
Router: add tests for chain with a comment scalameta#1334
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Meltzer committed Nov 20, 2019
1 parent 488ddf2 commit 17f1d68
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scalafmt-tests/src/test/resources/test/ContinuationIndent.stat
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,15 @@ class ExtendTest
with D
with E =>
}
<<< #1334 1
class Foo {
val vv = v.aaa //
.bbb
.ccc()
}
>>>
class Foo {
val vv = v.aaa //
.bbb
.ccc()
}

0 comments on commit 17f1d68

Please sign in to comment.