Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
refactoring
/
changeSignature
/
SAMRenameMethodAfter.java
blob: 02b821252fb3b1218b7437e57f913a1e3d2fd376 [
file
] [
log
] [
blame
]
interface
SAM
{
String
bar
(
String
s
,
int
n
);
}
class
JTest
{
static
void
samTest
(
SAM sam
)
{
}
}