bafe8e55ce
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) |