e075bec4c0
* kill JavaDescriptorResolver.typeParameterDescriptorCache * use ClassOrNamespaceDescriptor instead of DeclarationDescriptor Code is a bit ugly now, but simpler than before.
6 lines
83 B
Kotlin
6 lines
83 B
Kotlin
package test
|
|
|
|
final class MethosWithPRefTP() {
|
|
fun <erased P> f(p0: P) = #()
|
|
}
|