[NI] Fix replacing original in PropertyDescriptor
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// !LANGUAGE: +NewInference
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// WITH_RUNTIME
|
||||
|
||||
interface A<T> {
|
||||
var x: T
|
||||
}
|
||||
|
||||
fun test(a: A<*>) {
|
||||
a.x
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user