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