| Issue 223: | return switch causes build error | |
| 1 person starred this issue and may be notified of changes. | Back to list |
function test() : Int {
return switch(1) {
case 1: return true;
}
}
compiles to:
return return 1;
which causes an error while building
Jan 30, 2013
Project Member
#1
si...@haxe.org
Status:
Accepted
|