Skip to content

Commit

Permalink
[squash] fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Dec 25, 2018
1 parent f045548 commit f9e195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/files/neg/value-discard.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final class UnusedTest {
def warnings(): Unit = {
val s: mutable.Set[String] = mutable.Set.empty[String]
"" // warn
"": Unit // nowarn
"": Unit // no warn
s.subtractOne("") // no warn
}
}

0 comments on commit f9e195d

Please sign in to comment.