interfaces inheritance

This commit is contained in:
Dima Granetchi
2014-12-31 22:42:28 +02:00
parent ffc70136f8
commit 5ab43ca192
3 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -40,8 +40,9 @@ class InheritanceTest extends BuddySuite {
}
}
@:bindable
interface IIBindable extends IBindable {
@:bindable
var i(default, set):Int;
}