Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
compiler
/
testData
/
loadJava
/
kotlinAgainstCompiledJavaWithKotlin
/
InheritParameterName
/
A.java
blob: f68ab15fb7dda63a5b7e452c07fd9e3d029f2df5 [
file
]
package
test
;
public
interface
A
{
void
foo
(
int
javaName
);
}