6 lines
283 B
Kotlin
Vendored
6 lines
283 B
Kotlin
Vendored
val p = 1 <error descr="[OVERLOAD_RESOLUTION_AMBIGUITY] Overload resolution ambiguity between candidates: [kotlin/Int.compareTo, kotlin/Int.compareTo, kotlin/Int.compareTo, ...]"><</error> <error descr="[EXPRESSION_EXPECTED] ">interface A {
|
|
fun f() {
|
|
f()
|
|
}
|
|
}</error>
|