Skip to content

Better error messages for nesting args #20

@squito

Description

@squito
trait Inner extends FieldArgs {
  var a = 0
}
trait Outer extends FieldsArgs {
  var stuff: Inner = _
}

will lead to an InstantiationException because its trying to instantiate Inner

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions