repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'l10n-de-2.40' of github.com:ralfth/git
[alt-git.git]
/
t
/
t4018
/
java-sealed-permits
blob
18dd4894cff0d46b8ae0a8bce94359578574c3cc
1
public abstract sealed class RIGHT permits PermittedA, PermittedB {
2
static int ONE;
3
static int TWO;
4
static int THREE;
5
private int ChangeMe;
6
}