You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: massive.munit.UnhandledException: $nargs at AppFactoryTest#testOfPoolObjectsAreUnique at Type::createInstance (103)
at hex.di.Injector::instantiateUnmapped (153)
at hex.di.provider.ClassProvider::getResult (18)
at hex.di.mapping.InjectionMapping::getResult (38)
at hex.di.Injector::getInstance (80)
var f:Injector = new Injector();
f.mapToType(IMockPool_1, MockPool_1);
f.getInstance(IMockPool_1);
package mock.obj;
interface IMockPool_1
{
var value(get, never):Int;
}
package mock.obj;
class MockPool_1 implements IMockPool_1
{
public var value(get, never):Int;
private function get_value():Int
{
return 1;
}
}
The text was updated successfully, but these errors were encountered:
CrazyFlasher
changed the title
Injector doesn't work with neko target?
Injector doesn't work with neko target? (1.0.0-alpha.7)
Oct 21, 2019
The text was updated successfully, but these errors were encountered: