Created
April 3, 2017 18:57
-
-
Save mfelsche/0848bbdc1edb1cdd340b6fef741b0d82 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
actor Main | |
new create(env: Env) => | |
let yep: Array[U32] = [1] | |
let nope: Array[U32] = [1, 2] |
it does not compile because of: ponylang/ponyc@73cb823
it should be
let thatsright: Array[U32] = [1; 2]
did you find documentation that didn't get updated after the array literal change? if yes, can you open an issue for it so we can update? thanks.
@SeanTAllen i already created a pull request ponylang/pony-tutorial#189
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This does not compile with ponyc:
error: