f231338cd6
#KT-61823 Fixed
4 lines
186 B
Plaintext
Vendored
4 lines
186 B
Plaintext
Vendored
/contextReceiverAmbiguity.kt:(203,206): error: Overload resolution ambiguity between candidates:
|
|
context(String) fun foo(x: Comparable<*>): Unit
|
|
context(String) fun foo(x: Number): Unit
|