Disallow extension properties with backing fields
#KT-1682 Fixed
This commit is contained in:
@@ -25,4 +25,4 @@ object B {
|
||||
fun PairParam<<error>T</error>, <error>T</error>>() {}
|
||||
class PParam<<error>T</error>, <error>T</error>> {}
|
||||
|
||||
val <<error>T</error>, <error>T</error>> T.fooParam : Int = 1
|
||||
val <<error>T</error>, <error>T</error>> T.fooParam : Int get() = 1
|
||||
|
||||
Reference in New Issue
Block a user