Man, I was just missing initting to null and it would have run
This commit is contained in:
@@ -38,6 +38,8 @@ obj binding<T> (Object) {
|
|||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
fun construct(it: *T, epoch: binding_epoch): *binding<T> {
|
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)
|
set_single(it, epoch)
|
||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user