Avatar
class My { } @available(*, unavailable) extension My { func hello() { print("hello") } } My().hello() コンパイル通るけど何も怒らない
😩 1