summaryrefslogtreecommitdiff
path: root/test/files/pos/cfcrash.scala
blob: 19475ad4c7263dfd582b9c00ba10cebab0e81e14 (plain) (blame)
1
2
3
4
object cfcrash {
  final val zero = 0
  def blah = 3 / zero  // this should not crash the compiler
}