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
treewide: be explicit about dependence on oid-array.h
[alt-git.git]
/
t
/
t4018
/
java-non-sealed
blob
069087c1c66045b470ddfdab243acbe86c50fbd9
1
public abstract sealed class SealedClass {
2
public static non-sealed class RIGHT extends SealedClass {
3
static int ONE;
4
static int TWO;
5
static int THREE;
6
private int ChangeMe;
7
}
8
}