Closed sgalles closed 9 years ago
With this code :
abstract class Foo() of bar{}
the 'InheritanceVisitor' caused an exception visiting a 'CaseTypes' node: '"java.lang.NullPointerException"' at 'com.redhat.ceylon.compiler.typechecker.analyzer.InheritanceVisitor.collectCaseValues(InheritanceVisitor.java:497)'
It looks like this is already fixed, at least on the 1129 branch.
1129
After merge, this is fixed.
With this code :
the 'InheritanceVisitor' caused an exception visiting a 'CaseTypes' node: '"java.lang.NullPointerException"' at 'com.redhat.ceylon.compiler.typechecker.analyzer.InheritanceVisitor.collectCaseValues(InheritanceVisitor.java:497)'