blob: d52bb60fb7174fa6f197967e456e22d63905888e [file] [log] [blame]
class A {
def A (map){
map.hahaha
map.hohoho
}
def B (boom){
boom.hihihi
}
}
new A(h<caret>)