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.
2 parents ea1373b + 8a438f2 commit ea1ee47Copy full SHA for ea1ee47
test/dotc/tests.scala
@@ -175,7 +175,7 @@ class tests extends CompilerTest {
175
val stdlibFiles = Source.fromFile("./test/dotc/scala-collections.whitelist", "UTF8").getLines()
176
.map(_.trim) // allow identation
177
.filter(!_.startsWith("#")) // allow comment lines prefixed by #
178
- .map(_.takeWhile(_ != "#").trim) // allow comments in the end of line
+ .map(_.takeWhile(_ != '#').trim) // allow comments in the end of line
179
.filter(_.nonEmpty)
180
.toList
181
0 commit comments