blob: ac4537372513fe451cd9a749933ec609924dc826 [file] [log] [blame]
enum E {
abc {
private i = 23
def foo() {return 0}
}, cde(), efg(1)
def E(int x = 2) {
}
}