Hi,
I got nosymbol has no owner with this code from play 2.2.0 source
package play.api.libs.iteratee {
private[iteratee] object internal {
import play.api.libs.iteratee.Iteratee
import scala.concurrent.{ ExecutionContext, Future }
import scala.util.control.NonFatal
When running fullNameString (Browse.scala:470) on internal, the compiler raises the nosymbol error.
Hi,
I got nosymbol has no owner with this code from play 2.2.0 source
When running fullNameString (Browse.scala:470) on
internal, the compiler raises the nosymbol error.