scala/scala3

NoSuchMethodError calling operator names from non-scala classes

Open

#4534 aperta il 15 mag 2018

Vedi su GitHub
 (7 commenti) (0 reazioni) (1 assegnatario)Scala (1159 fork)batch import
help wanteditype:enhancementstat:needs spec

Metriche repository

Star
 (6247 star)
Metriche merge PR
 (Merge medio 18g 14h) (133 PR mergiate in 30 g)

Descrizione

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:

Guida contributor