Create SyntheticMemberDescriptor interface

Implement this interface by sam adapters/constructors and use it in navigation

 #KT-11708 Fixed
This commit is contained in:
Pavel V. Talanov
2016-06-20 18:16:51 +03:00
parent 4087e650aa
commit bafe8e55ce
15 changed files with 106 additions and 48 deletions
@@ -0,0 +1,13 @@
package test
class MyClass: Test() {
}
fun test(m: MyClass) {
m.ac<caret>t {
}
}
// REF: (in test.Test).act(Action)