blob: 81b51f65aec6bd3bd8c885b6e95e52a0383cbaf1 [file] [log] [blame]
class A {
@disable new();
}
void main() {
scope A a = new A();
}