Closed sgalles closed 9 years ago
This incomplete and broken code in the IDE
interface Bar<A>{ shared interface Baz{} } class Foo() satisfies Bar<Integer>{ Baz{} }
the 'ExpressionVisitor' caused an exception visiting a 'InvocationExpression' node: '"java.lang.NullPointerException"' at 'com.redhat.ceylon.model.typechecker.model.ModelUtil.aggregateTypeArguments(ModelUtil.java:1005)'
Fixed, thanks.
This incomplete and broken code in the IDE
the 'ExpressionVisitor' caused an exception visiting a 'InvocationExpression' node: '"java.lang.NullPointerException"' at 'com.redhat.ceylon.model.typechecker.model.ModelUtil.aggregateTypeArguments(ModelUtil.java:1005)'