Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
t4018
/
java-class-type-parameters-implements
Code
Commits
Pulls
CI/CD
82,037
test
bisect
jch
maint
master
next
seen
test
todo
text
6 lines
127 Bytes
Copy permalink
Copy
Raw
1
class RIGHT<A, B> implements List<A> {
2
static int ONE;
3
static int TWO;
4
static int THREE;
5
private A ChangeMe;
6
}