blob: 1e31fd3edb0f022c6ad3356808480de85f236fc1 [file] [log] [blame]
class Bar {
def Bar() {
super()
}
def Bar(int i) {
this()
}
def Bar(int x, int y) {
x = 5
}
def foo() {
print <selection>"bar"</selection>
}
}