blob: 529c60e13ef429f93d0f24b4efbb685396c22a80 [file] [log] [blame]
package test;
import org.jetbrains.annotations.NotNull;
public class NotNullParameter {
public void hi(@NotNull String param) { }
}