blob: d10cf642f52ea676201a1f4b15fb680292a02fc6 [file] [log] [blame]
package testpkg;
import org.checkerframework.checker.nullness.qual.Nullable;
class Issue3597B {
Object f();
}