summaryrefslogblamecommitdiff
path: root/test/files/pos/bug531.scala
blob: 26e4df988c978c40cb08016d118d2572b68a0d1f (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                 
                                      




              
object Test extends Application {
  import scala.reflect._;
  def titi = {
    var truc = 0
    val tata: Code[()=>Unit] = () => {
      truc = 6
    }
    ()
  }
}