Andrea Gilot

Results 2 issues of Andrea Gilot

When running the following snippet of code: ```scala object Bug { sealed trait State{ def plant: Tree = { this match { case Baz(t1, t2) => { val kd1 =...

The following code snippet causes a `NullPointerException`. ``` scala object A extends lisa.Main{ val f = x === x val x = variable } object C extends lisa.Main { A.x...