mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
* 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) = #()
|
|
}
|