Files
phptimerboard2/vendor/scrivo/highlight.php/test/markup/java/titles.txt
2019-09-29 19:47:00 -05:00

11 lines
213 B
Plaintext
Vendored

public class Greet {
public Either<Integer, String> f(int val) {
new Type();
if (val) {
return getType();
} else if (!val) {
throw getError();
}
}
}