scala-codesheet-api icon indicating copy to clipboard operation
scala-codesheet-api copied to clipboard

match exception not being thrown

Open jedesah opened this issue 12 years ago • 0 comments

12 match { case 11 => println("hello") }

This code is not producing an unmatched exception as I would have expected.

jedesah avatar Dec 05 '13 04:12 jedesah