scala/scala3

NoSuchMethodError calling operator names from non-scala classes

开放

#4,534 创建于 2018年5月15日

 (7 条评论) (0 个反应) (1 位负责人)Scala (1,159 个派生)batch import
help wanteditype:enhancementstat:needs spec

仓库指标

星标
 (6,247 个星标)
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:

贡献者指南