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


                      
                   
 
abstract class test4 {
  trait Type;
  val x : Type = null;
  val x : Int = 10;
}