diff --git a/test/BaseTest.hx b/test/BaseTest.hx index 36b6d24..2bd3480 100644 --- a/test/BaseTest.hx +++ b/test/BaseTest.hx @@ -294,7 +294,7 @@ class BaseTest extends BuddySuite { } } -@:bindable + class Bindable1 implements bindx.IBindable { @:bindable(lazySignal=true) @@ -303,9 +303,6 @@ class Bindable1 implements bindx.IBindable { @:bindable(lazySignal=false) public var str2:String; - public function new() { - } - @:bindable(lazySignal=true) public function bind() { } @@ -313,4 +310,7 @@ class Bindable1 implements bindx.IBindable { @:bindable(lazySignal=false) public function bind2() { } + + public function new() { + } } \ No newline at end of file