Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxWithJava
/
annotatedSamLambda
/
Test.java
blob: b3e5d731ed2c5dbd224ed38f9e9dc88b3be1be0d [
file
]
import
java
.
lang
.
Runnable
;
class
Test
{
public
static
Class
<?>
apply
(
Runnable
x
)
{
return
x
.
getClass
();
}
}