scala/scala3

NoSuchMethodError calling operator names from non-scala classes

Open

#4.534 aberto em 15 de mai. de 2018

Ver no GitHub
 (7 comments) (0 reactions) (1 assignee)Scala (1.159 forks)batch import
help wanteditype:enhancementstat:needs spec

Métricas do repositório

Stars
 (6.247 stars)
Métricas de merge de PR
 (Mesclagem média 18d 14h) (133 fundiu PRs em 30d)

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:

Guia do colaborador