Mixin icon indicating copy to clipboard operation
Mixin copied to clipboard

Initializer blocks are no longer being injected

Open Runemoro opened this issue 5 years ago • 0 comments

Initializer blocks used to be injected at the end of all constructors, but this doesn't seem to always work anymore. Here's an example mixin:

https://gist.github.com/Runemoro/c542c94f1f14ca2112f6451509eccb84

Moving the initializer to an @Inject in <init> works.

Runemoro avatar Apr 30 '19 04:04 Runemoro