@iximeow @whitequark I know I ran into this before because now I remember I tried to write “\x01” “c” to resolve the ambiguity and it STILL merges them
Top-level
@iximeow @whitequark I know I ran into this before because now I remember I tried to write “\x01” “c” to resolve the ambiguity and it STILL merges them 3 comments
@typeswitch @iximeow @whitequark lol I guess I got confused because -Xclang -ast-dump shows char[3] “\001c” and the octal syntax eats exactly 3 digits @typeswitch @iximeow @whitequark (and c isn’t an octal digit, but \010000 still parses to “\010””000” and I should probably get away from computers for the rest of the day) |
@fay59 @iximeow @whitequark i tried this out and it didn't merge them 😕