haxetink / tink_core

Core utilities
https://haxetink.github.io/tink_core
MIT License
117 stars 33 forks source link

Future.NEVER being wrapped in a SyncFuture #100

Closed kevinresol closed 5 years ago

kevinresol commented 5 years ago

It is now generated as the following:

tink_core__$Future_Future_$Impl_$.NEVER = new tink_core__$Future_SyncFuture(new tink_core__$Lazy_LazyConst(tink_core__$Future_NeverFuture.inst));

Not sure from when this happens, needa investigate.