summaryrefslogblamecommitdiff
path: root/test/files/pos/t531.scala
blob: 856926de4ff23f7c97648e7d28c018fd8600f1b5 (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.lift{() => {
      truc = 6
    }}
    ()
  }
}