| Issue 73: | interface field not recognized | |
| 2 people starred this issue and may be notified of changes. | Back to list |
using latest haXe/hxcpp from svn, the following source does not compile:
class Main
{
public static function main():Void
{
var a = new Array<A>();
a[0].x = 0; //error C2039: 'x' : is not a member of 'A_obj'
}
}
interface A { var x:Float; }
Jan 10, 2011
Project Member
#1
gameh...@gmail.com
Status:
Fixed
Jan 20, 2011
This seems to be broken again.
Status:
Started
Jan 20, 2011
Should be working again!
Status:
Fixed
|