egslava
interface Fabricable { companion object Fabric } class Some : Fabricable { // should have fabric method }