Store user defined constructors.
This commit is contained in:
@@ -55,7 +55,7 @@ class ClassBuilder {
|
|||||||
init();
|
init();
|
||||||
if (constructor == null)
|
if (constructor == null)
|
||||||
if (fallback != null)
|
if (fallback != null)
|
||||||
new Constructor(this, fallback);
|
constructor = new Constructor(this, fallback);
|
||||||
else {
|
else {
|
||||||
var sup = target.superClass;
|
var sup = target.superClass;
|
||||||
while (sup != null) {
|
while (sup != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user