aboutsummaryrefslogblamecommitdiff
path: root/tests/pending/run/virtpatmat_valdef.scala
blob: b3a89afc1971a5a192725ef592789ffc13cb7bcc (plain) (tree)
1
2
3
4
5
6
                                             



                                                                                          
 
object Test extends dotty.runtime.LegacyApp {
  // patterns in valdefs...
  // TODO: irrefutability should indicate we don't actually need to test, just deconstruct
  val (modified, result) : (Boolean, String) =  (true, null)
  println("meh"+ (modified, result))
}