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 クラスの import ステートメントが原因で、Scala テスト クラスがコンパイルされません。これはインポート ステートメントです。
import com.company.a.b.c.ClassName
そして、私はこのエラーを受け取ります:
scala: object b is not a member of package com.company.a
クラスは正しいパッケージにあり、IDE (IntelliJ) はエラー/警告を表示しません。何か案は?