My favorites
▼
|
Sign in
hxcpp
Runtime files for c++ backend for haxe
Project Home
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
124
attachment: Main.hx
(224 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
class Main
{
static function main()
{
var foo = new Foo();
foo.set(1, 1);
var val = foo.get(1);
trace(val);
//trace output:
//Foo.hx:15: set()
//Foo.hx:15: set()
//Main.hx:9: 0
}
}
Powered by
Google Project Hosting