Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
changeSignature
/
SAMRemoveParamAfter.java
blob: 0fcfb7f25500d2d4e1ea15deaf13555f46660135 [
file
] [
log
] [
blame
]
interface
SAM
{
String
foo
(
int
n
);
}
class
JTest
{
static
void
samTest
(
SAM sam
)
{
}
}