[FIR] Refactor tower resolver to coroutines
This commit is contained in:
@@ -20,7 +20,7 @@ val D.attr: B
|
||||
|
||||
fun main() {
|
||||
val b = D()
|
||||
b.<!AMBIGUITY!>attr<!> {} // overload resolution ambiguity
|
||||
b.attr {} // overload resolution ambiguity
|
||||
|
||||
val d = b.attr
|
||||
d {} // no error
|
||||
|
||||
Reference in New Issue
Block a user