blob: 6e30ad661e371d5039c8a5ed3959eb5a154d255a [file] [log] [blame]
class Foo {
String getAttributeValue(String s);
String getNamespace();
}
class Bar {
String getAttribute() {
Foo f;
return f.<caret>
}
}