import crack.cont.array Array;
@abstract
This code causes both JIT and AOT to segfault:
class Base {
oper init() {}
@abstract
int wrongRet();
}
class Impl : Base{
oper init(): Base() {
}
Array[int] wrongRet(){
return Array[int]![0];
}
}
Original issue reported on code.google.com by Conrad.S...@gmail.com on 30 May 2012 at 10:35
Original issue reported on code.google.com by
Conrad.S...@gmail.com
on 30 May 2012 at 10:35