Files
2024-02-21 12:25:22 +00:00

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