[FIR] Add failing test for incorrect type calculation of implicit types
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun <K> extract(x: Out<K>) = x.get()
|
||||
|
||||
class Out<out T>(val x: T) {
|
||||
fun get() = x
|
||||
}
|
||||
Reference in New Issue
Block a user