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 'ml/doc-merge-updates' into maint-2.43
[alt-git.git]
/
t
/
t4018
/
java-sealed-type-parameters-permits
blob
25a0da6442e83aac7c25407f52822263db1fccc1
1
public abstract sealed class RIGHT<A, B> permits PermittedA, PermittedB {
2
static int ONE;
3
static int TWO;
4
static int THREE;
5
private int ChangeMe;
6
}