scala/scala3
View on GitHubNoSuchMethodError calling operator names from non-scala classes
Open
#4,534 opened on May 15, 2018
help wanteditype:enhancementstat:needs spec
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: