Hacker News new | ask | show | jobs
by senderpath 3793 days ago
Sorry; editing mishap, yes. Here's the missing example:

class Holder { var x = 0 } var n = 1 var h: Holder? = ... h?.x = n++ n // 1 or 2?

1 comments

PS: We have corrected the editing glitch and restored the missing section. Thanks for catching it.