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