huh, kinda interesting, so I while procrastinating...
# announcements
s
huh, kinda interesting, so I while procrastinating trying to convert the comparison into an infix extension fun, I managed to get
null eq null
compiling when I declared the function on
String?
- I was under the impression that without any hinting or anything,
null
would resolve to methods on
Nothing?