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