KT-35550 Generate type parameters for delegating property accessors
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
interface I {
|
||||
val <T> T.id: T
|
||||
get() = this
|
||||
}
|
||||
|
||||
class A(i: I) : I by i
|
||||
Reference in New Issue
Block a user