summaryrefslogblamecommitdiff
path: root/test/files/jvm/t7006/Foo_1.scala
blob: f84269daf2f378fbb95e5ba5e187aec8f5f364d7 (plain) (tree)
1
2
3
4
5
6
7
8
9








                    
class Foo_1 {
  def foo {
    try {
      val x = 3
    } finally {
      print("hello")
    }
  }
}