blob: 1537c83e6d1f46a34540b682b706168000768587 [file] [log] [blame]
class X {
def f<caret>oo(String s) {
print s;
}
def main() {
foo("a")
}
}