scala/scala3

NoSuchMethodError calling operator names from non-scala classes

Open

#4,534 opened on 2018年5月15日

GitHub で見る
 (7 comments) (0 reactions) (1 assignee)Scala (1,159 forks)batch import
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:

コントリビューターガイド