Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
cli
/
jvm
/
newInferenceImpliesSamConversions.kt
blob: d06a14e83ad3b247c450370ab48d70d286cb568e [
file
] [
log
] [
blame
]
fun foo
(
r
:
Runnable
)
{}
fun test
()
{
foo
{
}
}