Skip to content

Typer crash with unknown import and implicit parameter of unknown type #866

Closed
@propensive

Description

@propensive

The following is sufficient to crash the typer:

import nonexistent._
object Foo {
  def bar(implicit x: NonExistent) = ???
  val baz = bar
}

An error is correctly emitted for the missing import, but not for the missing implicit type.

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