mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
Implement this interface by sam adapters/constructors and use it in navigation #KT-11708 Fixed
13 lines
128 B
Kotlin
Vendored
13 lines
128 B
Kotlin
Vendored
package test
|
|
|
|
class MyClass: Test() {
|
|
|
|
}
|
|
|
|
fun test(m: MyClass) {
|
|
m.ac<caret>t {
|
|
|
|
}
|
|
}
|
|
|
|
// REF: (in test.Test).act(Action) |