Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
java-decompiler
/
testData
/
ExtendsList.java
blob: 19fbe6d667059365dc1e2f8a35238862ac71e95c [
file
] [
log
] [
blame
]
public
class
ExtendsList
{
static
<
T
extends
Comparable
<?
super
T
>>
T m1
(
T t
)
{
return
null
;
}
static
<
T
extends
Object
&
Comparable
<?
super
T
>>
T m2
(
T t
)
{
return
null
;
}
}