Skip to content

Instantly share code, notes, and snippets.

@ppopoff
Last active January 30, 2018 00:42
Show Gist options
  • Save ppopoff/cc31c9e801308e0f337ea863d18bc01c to your computer and use it in GitHub Desktop.
Save ppopoff/cc31c9e801308e0f337ea863d18bc01c to your computer and use it in GitHub Desktop.
Github scala parser fails here
object FailingParser extends App {
// Scala allows you to use ''', so code is correct.
val chars = Seq(''', '\n', '*')
println("Here be dragons")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment