scala-codesheet-api
scala-codesheet-api copied to clipboard
match exception not being thrown
12 match { case 11 => println("hello") }
This code is not producing an unmatched exception as I would have expected.