7f627ab480
These are mostly mechanical changes.
5 lines
69 B
Kotlin
Vendored
5 lines
69 B
Kotlin
Vendored
val bar: Any
|
|
get() = Unresolved(id(42))
|
|
|
|
fun <T> id(x: T): T = x
|