Skip to content

Do not propose synthetic variables $self and $static$self within trait methods #752

@eric-milles

Description

@eric-milles

Consider the following:

trait T {
  def m() {
    // Ctrl+Space here shows proposal for "$self" parameter
  }
  static def sm() {
    // Ctrl+Space here shows proposal for "$static$self" parameter
  }
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions