blob: 487121e2fb4c997a8fe647e8bfc88ff8c7149862 [file] [log] [blame]
class A {
Object getObject() {
//do smth
return null;
}
}