ef78d4b95a
We need to pass the local deserialization context so that generic type parameters can be referenced. #KT-62607 Fixed
8 lines
75 B
Kotlin
Vendored
8 lines
75 B
Kotlin
Vendored
package test
|
|
|
|
fun test() {
|
|
with("") {
|
|
foo()
|
|
foo
|
|
}
|
|
} |