This message was deleted.
# getting-started
s
This message was deleted.
g
Is it 0 or O inside of your Int.n(), a bit confusing with such naming 😄
g
If I understand it right, there is 2 levels, the context (O) and the receiver (Int/Any). I'm betting it's reversed here with context=Int then receiver=O. It works on Any just because it doesn't need anything I suppose...