Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
libraries
/
scripting
/
jvm-host-test
/
testData
/
samWithReceiver
/
Sam.java
blob: 90bee9e8ba05f9c37058789cebb0abd6d00cdb21 [
file
]
@SamWithReceiver1
public
interface
Sam
{
void
run
(
String
a
);
}