Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
fun
/
NoSamAdapter.kt
blob: 4cc575e048e160325152203dc9d320726eb6da10 [
file
]
// TARGET_BACKEND: JVM
package
test
public
interface
TaskObject
{
fun foo
(
r
:
Runnable
)
}
fun foo
(
r
:
Runnable
)
{
}