19 lines
342 B
Haxe
19 lines
342 B
Haxe
package ;
|
|
|
|
import bindx.Bind;
|
|
import bindx.IBindable;
|
|
import buddy.BuddySuite;
|
|
|
|
using buddy.Should;
|
|
|
|
class ForceTest extends BuddySuite {
|
|
|
|
public function new() {
|
|
|
|
describe("Using @:bindable(force=true)", {
|
|
|
|
it("bindx should correct work with readonly fields");
|
|
|
|
});
|
|
}
|
|
} |