Man, I was just missing initting to null and it would have run

This commit is contained in:
Nathan Braswell
2019-01-06 22:04:56 -05:00
parent c2495a04f8
commit 148d70e2d4

View File

@@ -38,6 +38,8 @@ obj binding<T> (Object) {
return this
}
fun construct(it: *T, epoch: binding_epoch): *binding<T> {
bound_to_pre_ref = null<T>()
bound_to_post_ref = null<T>()
set_single(it, epoch)
return this
}