Sign in
◑
Theme
code
/
git
/
0a4f81e303c522d45cb29b25bfa9002eeb08513d
/
.
/
t
/
t4018
/
java-sealed-type-parameters
blob: e6530c47c32f3ec6ee231e480553b2c887494a21 [
file
]
public
abstract
sealed
class
RIGHT
<
A
,
B
>
{
static
int
ONE
;
static
int
TWO
;
static
int
THREE
;
private
int
ChangeMe
;
}