Files
codeql/java/ql/test/stubs/retrofit-2.9.0/kotlin/text/RegexOption.java
2022-05-02 15:42:15 +02:00

13 lines
321 B
Java
Generated

// Generated automatically from kotlin.text.RegexOption for testing purposes
package kotlin.text;
public enum RegexOption
{
CANON_EQ, COMMENTS, DOT_MATCHES_ALL, IGNORE_CASE, LITERAL, MULTILINE, UNIX_LINES;
private RegexOption() {}
public int getMask(){ return 0; }
public int getValue(){ return 0; }
}