ef78d4b95a
We need to pass the local deserialization context so that generic type parameters can be referenced. #KT-62607 Fixed
7 lines
77 B
Kotlin
Vendored
7 lines
77 B
Kotlin
Vendored
package test
|
|
|
|
context(T)
|
|
fun <T> foo() {}
|
|
|
|
context(T)
|
|
val <T> T.foo get() = 1 |