summaryrefslogblamecommitdiff
path: root/test/files/neg/bug555.scala
blob: 26dbe6cc0d8320ba0a3c3e982f06931bad20c483 (plain) (tree)
1
2
3
4
5




                                 
object Main extends Application {
  def tata = {
    def titi = {}
  }
}