Skip to content

Enhance the error message when MISSING_DEPENDENCY is thrown for abstract types #554

@xerial

Description

@xerial
abstract class A  {
  abstract def ..
}

// -> MISSING_DEPENDENCY is thrown. This error message should show the type A is abstract type
Design.newDesign.bind[A].to[A] 

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