public class Annotated { @org.jetbrains.annotations.Nullable public static String bar() { return ""; } }