Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
MethodWithArgument.java
blob: 3727815007e918b4a2c6b882783bd74f5f9745e6 [
file
] [
log
] [
blame
]
package
test
;
public
class
MethodWithArgument
{
public
static
void
method
(
KotlinClass
kotlinClass
)
{}
}