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