Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Paul?

clientTable?["seat${seat}Pot"] += clientTable?["seat${seat}Front"] + (clientTable?["bettingRound"] == 1 ? (clientTable?["seat${seat}Dead"]) : 0);

compiles

clientTable?["seat${seat}Pot"] += clientTable?["seat${seat}Front"] + (clientTable?["bettingRound"] == 1 ? clientTable?["seat${seat}Dead"] : 0);

doesnt

good luck fixing this :)



Thanks for the bug report! For anyone else who is following along, the issue is tracked here: https://github.com/dart-lang/sdk/issues/48460




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: