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