blob: adbc1afe33a49adb4499c19868ad66736aaf4f13 [file] [log] [blame]
import org.jetbrains.annotations.Nullable;
class A {
<spot>@Nullable</spot>
Object getObject() {
//do smth
return null;
}
}