blob: 833bfdada65d97225d2bbc97f8244dd17c0e78e9 [file] [log] [blame]
class Foo {
void foo(String s) {
foo("text");
}
}