update inbox list
This commit is contained in:
10
vendor/scrivo/highlight.php/test/markup/java/titles.txt
vendored
Normal file
10
vendor/scrivo/highlight.php/test/markup/java/titles.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
public class Greet {
|
||||
public Either<Integer, String> f(int val) {
|
||||
new Type();
|
||||
if (val) {
|
||||
return getType();
|
||||
} else if (!val) {
|
||||
throw getError();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user