blob: c460aac20f4f7d6e17247a1ccf9cf893956328f6 [file] [log] [blame]
class ConstructorAtEnd {
def foo() {
}
ConstructorAtEnd() {<caret>
}
}