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