Skip to content

Instantly share code, notes, and snippets.

@wogan
Created May 1, 2017 19:30
Show Gist options
  • Save wogan/58c21f64423eb43e531ff1f0719f23dc to your computer and use it in GitHub Desktop.
Save wogan/58c21f64423eb43e531ff1f0719f23dc to your computer and use it in GitHub Desktop.
scalac-scoverage-plugin issue 175 reproducable test case
object Testcase {
val bad = Option("test") getOrElse[String] "default"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment