scala/scala3
Vedi su GitHubNoSuchMethodError calling operator names from non-scala classes
Open
#4534 aperta il 15 mag 2018
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: