Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
java-sealed-type-parameters
Code
Commits
Pulls
CI/CD
81,972
jch
bisect
jch
maint
master
next
seen
test
todo
text
6 lines
133 Bytes
Copy permalink
Copy
Raw
1
public abstract sealed class RIGHT<A, B> {
2
static int ONE;
3
static int TWO;
4
static int THREE;
5
private int ChangeMe;
6
}