Introduce 'reified' instead of 'erased'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
final class MethosWithPRefTP() : java.lang.Object() {
|
||||
fun <erased P> f(p0: P?) = #()
|
||||
fun <P> f(p0: P?) = #()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user