Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
loadJava
/
compiledJavaAndKotlin
/
MixedPackage
/
SamInterface.java
blob: fba1141a4eefdac03033c4e5355481114bbe338f [
file
]
package
test
;
public
interface
SamInterface
{
void
instanceMethod
();
}