the question is why can't I do this with this synt...
# announcements
i
the question is why can't I do this with this syntax
Copy code
interface IFoo
class Foo: IFoo
private constructor() {
}