ceylon / ceylon-js

DEPRECATED
Apache License 2.0
54 stars 9 forks source link

NPE for class inheritance with default type parameter #539

Closed sgalles closed 9 years ago

sgalles commented 9 years ago

This code

class Bar<T=String>(){}

class Foo() extends Bar(){}

compiled

GenerateJsVisitor caused an exception visiting ClassDefinition node: java.lang.NullPointerException at com.redhat.ceylon.compiler.js.TypeGenerator.callSuperclass(TypeGenerator.java:454)