--
You received this message because you are subscribed to the Google Groups "scala-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I tried that already. Compile throws this message when I do that:
File attached to post. error below.
$ scala TypeTest.scala
/project/scala/reflection/TypeTest.scala:13: error: type typeOf is not a member of scala.reflect.api.JavaUniverse
case ru.typeOf[String] => // do String logic
--
not found: type TypeCreator
[error] case tpe if tpe =:= typeOf[org.joda.time.DateTime] => // do DateTime logic
This is fixed by a simple import ofSorry it took so long. It appears the message is a phantom. It is getting generated when another error happens. If I fix the other error both errors go away. I had fixed this one first last time and thought that it was its own error.