``` interface Fabricable { companion object Fa...
# announcements
e
Copy code
interface Fabricable {
    companion object Fabric
}

class Some : Fabricable {
    // should have fabric method
}