Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f4edca90015d112832f7362016533971160b504
/
.
/
libraries
/
scripting
/
jvm-host-test
/
testData
/
samWithReceiver
/
SamWithReceiver1.java
blob: baff2d201e2d99166a4e48ca999204ba866d3ba1 [
file
]
import
java
.
lang
.
annotation
.
Retention
;
import
java
.
lang
.
annotation
.
RetentionPolicy
;
@Retention
(
RetentionPolicy
.
RUNTIME
)
public
@interface
SamWithReceiver1
{
}