gpt4 book ai didi

scala - 如何解决Scala中的导入冲突?

转载 作者:行者123 更新时间:2023-12-04 16:55:36 25 4
gpt4 key购买 nike

我使用“console-project”命令从sbt启动了这个shell。

scala> settings
<console>:24: error: reference to settings is ambiguous;
it is imported twice in the same scope by
import Keys._
and import settings
settings
^

如何使 shell 显示设置对象,而不是Keys.settings?

最佳答案

假设您自己导入了Keys._settings,则可以从settings重命名Keys,如下所示:

import Keys.{settings => keySettings, _}

关于scala - 如何解决Scala中的导入冲突?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6591886/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com