Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 17 - php inline var error - haxe #17

Closed
issuesbot opened this issue May 28, 2013 · 2 comments
Closed

Issue 17 - php inline var error - haxe #17

issuesbot opened this issue May 28, 2013 · 2 comments

Comments

@issuesbot
Copy link

[Google Issue #17 : https://code.google.com/p/haxe/issues/detail?id=17]
by tonypoli...@gmail.com, at 27/11/2009, 06:57:58
class Main

{
    public static inline var data:Array <String> = ["0", "1", "2"];
    public static function main()
    {
        trace(data[1]);
    }
}

breaks with haxe 2.04.

removing the inline makes it work

@issuesbot
Copy link
Author

[comment from franco.p...@gmail.com, published at 20/12/2009, 14:31:43]

@issuesbot
Copy link
Author

[comment from franco.p...@gmail.com, published at 20/12/2009, 18:49:58]

frabbit pushed a commit to frabbit/haxe-1 that referenced this issue Mar 25, 2014
nadako pushed a commit that referenced this issue Apr 2, 2019
nadako pushed a commit to nadako/haxe that referenced this issue Apr 26, 2019
kLabz pushed a commit to kLabz/haxe that referenced this issue Jun 18, 2019
make sure to clean up everything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant