This should raise: ```ruby module MyInterface interface! class << self abstract def foo; end # ❌ end end ``` See: 1. https://sorbet.org/docs/abstract#abstract-singleton-methods 2. [Abstract singleton class methods are an abomination](https://blog.jez.io/abstract-singleton-methods/)