scala/scala3

NoSuchMethodError calling operator names from non-scala classes

Open

#4,534 建立於 2018年5月15日

在 GitHub 查看
 (7 留言) (0 反應) (1 負責人)Scala (1,159 fork)batch import
help wanteditype:enhancementstat:needs spec

倉庫指標

Star
 (6,247 star)
PR 合併指標
 (平均合併 18天 14小時) (30 天內合併 133 個 PR)

描述

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:

貢獻者指南