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




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