Skip to content

“No TypeTag available” regression #6649

@scabug

Description

@scabug

In REPL:

scala> import scala.reflect.runtime.universe._
import scala.reflect.runtime.universe._

scala> { class B(b:Int); typeTag[B] }
<console>:11: error: No TypeTag available for B
              { class B(b:Int); typeTag[B] }
                                       ^

In 2.10.0-M7, this compiles fine.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions