Create SyntheticMemberDescriptor interface
Implement this interface by sam adapters/constructors and use it in navigation #KT-11708 Fixed
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package test;
|
||||
|
||||
public class Test {
|
||||
public interface Action {
|
||||
String doSmth(String other);
|
||||
}
|
||||
|
||||
void act(Action action) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user