Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
resolve
/
referenceWithLib
/
overridingFunctionWithSamAdapter.kt
blob: af6b13e1e2e237c516e6eb6213ec83b5d9fb213a [
file
]
package
test
class
MyClass
:
Test
()
{
}
fun test
(
m
:
MyClass
)
{
m
.
ac
<caret>
t
{
}
}
// REF: (in test.Test).act(Action)