[FIR] During resolve, set correctly property reference type in delegate
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
||||
class C(val map: MutableMap<String, Any>) {
|
||||
var foo by map
|
||||
// NB: this does not work because of @LowPriorityInOverloadResolution not deserialized (KT-37228)
|
||||
var foo by <!AMBIGUITY!>map<!>
|
||||
}
|
||||
|
||||
var bar by hashMapOf<String, Any>()
|
||||
var bar by <!AMBIGUITY!>hashMapOf<String, Any>()<!>
|
||||
Reference in New Issue
Block a user