scala/scala3

NoSuchMethodError calling operator names from non-scala classes

オープン

#4,534 opened on 2018/05/15

 (7 件のコメント) (0 件のリアクション) (1 人の担当者)Scala (1,159 件のフォーク)batch import
help wanteditype:enhancementstat:needs spec

Repository metrics

Stars
 (6,247 個のスター)
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:

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