scala/scala3
GitHub で見るNoSuchMethodError calling operator names from non-scala classes
Open
#4,534 opened on 2018年5月15日
help wanteditype:enhancementstat:needs spec
Repository metrics
- Stars
- (6,247 stars)
- PR merge metrics
- (平均マージ 18d 14h) (30d で 133 merged PRs)
説明
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: