blob: 06eb2c4948a4d74ffe596aa3cb491e78f0aa5205 [file] [log] [blame]
class w {
def w () {
super ()
}
}
-----
class w {
def w() {
super()
}
}