interfaces inheritance
This commit is contained in:
@@ -40,8 +40,9 @@ class InheritanceTest extends BuddySuite {
|
||||
}
|
||||
}
|
||||
|
||||
@:bindable
|
||||
interface IIBindable extends IBindable {
|
||||
@:bindable
|
||||
|
||||
var i(default, set):Int;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user