JavaDescriptorResolver refactoring
* kill JavaDescriptorResolver.typeParameterDescriptorCache * use ClassOrNamespaceDescriptor instead of DeclarationDescriptor Code is a bit ugly now, but simpler than before.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
final class MethosWithPRefTP() {
|
||||
fun <erased P> f(p0: P) = #()
|
||||
}
|
||||
Reference in New Issue
Block a user