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


                         
                                      




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