Skip to content

XML typing issue - not sure if valid #1976

Closed
@felixmulder

Description

@felixmulder
object Test {
  import scala.xml._
  val node = <node>{ "whatever " }</node>
}
-- [E006] Unbound Identifier Error: local/xml.scala ----------------------------
3 |  val nodes: Node = <node>{ "whatever" }</node>
  |                     ^
  |                     not found: $scope

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions