| Issue 2: | switch _Function_1 not found | |
| 1 person starred this issue and may be notified of changes. | Back to list |
var a = 1;
if( switch(a) {
case 1 : do1(); true;
case 2 : do2(); true;
} ) {
just_do_it();
}
./src/Test.cpp: In static member function ‘static Void Test_obj::main()’:
./src/Test.cpp:61: error: expected primary-expression before ‘)’ token
Test.cpp 61:
if (/* return block _Function_1 not found */){
haxe2.04/hxcpp1.07/linux
Jan 12, 2010
#1
heinz.ho...@googlemail.com
May 6, 2010
(No comment was entered for this change.)
Status:
Verified
|