scala/scala3

NoSuchMethodError calling operator names from non-scala classes

Open

#4 534 ouverte le 15 mai 2018

Voir sur GitHub
 (7 commentaires) (0 réactions) (1 assigné)Scala (1 159 forks)batch import
help wanteditype:enhancementstat:needs spec

Métriques du dépôt

Stars
 (6 247 stars)
Métriques de merge PR
 (Merge moyen 18j 14h) (133 PRs mergées en 30 j)

Description

Here's a Kotlin class:

class C {
  fun `+`() = 10
}

When I use it in repl, the completion can suggest the + method:

However, problems occur when calling:

Guide contributeur