Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
CheckKotlinStub.java
blob: e331a057233b973c7f89854d561e66c15c54f830 [
file
] [
log
] [
blame
]
package
test
;
import
test2
.*;
public
class
CheckKotlinStub
{
public
KotlinStub
getKotlinStub
()
{
return
null
;
}
}