Files
kotlin/plugins/uast-kotlin/testData/InferenceInsideUnresolvedConstructor.kt
Mikhail Zarechenskiy e15cb67e29 Fix exception from UAST on attempt to map non-fixed type variable
#KT-31723 Fixed
 #EA-126269 Fixed
 #EA-143705 Fixed
 #EA-143703 Fixed
 #EA-143694 Fixed
2019-06-03 02:04:56 +03:00

4 lines
68 B
Kotlin
Vendored

val bar: Any
get() = Unresolved(id(42))
fun <T> id(x: T): T = x