presentations/highlight-js/test/markup/java/titles.txt

11 lines
213 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
public class Greet {
public Either<Integer, String> f(int val) {
new Type();
if (val) {
return getType();
} else if (!val) {
throw getError();
}
}
}