We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cfdb9 commit f480cc1Copy full SHA for f480cc1
sourcecode/test/src/sourcecode/Regressions.scala
@@ -3,11 +3,7 @@ package sourcecode
3
object Regressions {
4
def bug17() = {
5
val text = sourcecode.Text(Seq(1).map(_+1))
6
- // FIXME From dotty, getting: { // inlined
7
- // scala.package.Seq.apply[scala.Int]((1: scala.<repeated>[scala.Int])).map[scala.Int, collection.Seq[scala.Int]](((_$1: scala.Int) => _$1.+(1)))(collection.Seq.canBuildFrom[scala.Int])
8
- // }
9
- if (!TestUtil.isDotty)
10
- assert(text.source == "Seq(1).map(_+1)")
+ assert(text.source == "Seq(1).map(_+1)")
11
}
12
def main() = {
13
bug17()
0 commit comments