Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于 Java 类的导入语句,我的 Scala 测试类无法编译。这是导入语句:
import com.company.a.b.c.ClassName
我得到这个错误:
scala: object b is not a member of package com.company.a
该类位于正确的包中,并且 IDE (IntelliJ) 没有显示错误/警告。有任何想法吗?