legacy-svn-scala/test/files/neg/bug693.scala

5 lines
82 B
Scala

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