mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
5 lines
136 B
Java
5 lines
136 B
Java
import org.intellij.lang.annotations.Pattern;
|
|
|
|
public class LongParam {
|
|
public void longParam(long l, @Pattern("\\d+") String s) { }
|
|
} |