Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
AmbiguousMethods.java
blob: 4f8946b63741a77869e6b4d56047aba5b6de9b88 [
file
] [
log
] [
blame
]
class
A
{
<
T
>
void
foo
(
T t
,
String
s
){}
<
T
>
void
foo
(
String
s
,
T t
)
{}
}