Skip to content

Fix type inferencing and syntax highlighting for non-public methods in category class #1256

@eric-milles

Description

@eric-milles

Consider the following:

class C {
  protected static void m(self) {
  }
}
use (C) {
  this.m()
}

The method "m" is not public, therefore it is not available as a category/extension method.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions