Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
)
{}
}