blob: 10d83aaf77c4ce0f374651ddca0363818a631aad [file]
import org.jetbrains.annotations.NotNull;
class Small {
void test(@NotNull String hi) {
}
}