Files

11 lines
213 B
Plaintext
Raw Permalink Normal View History

2021-04-07 19:25:18 -04:00
public class Greet {
public Either<Integer, String> f(int val) {
new Type();
if (val) {
return getType();
} else if (!val) {
throw getError();
}
}
}