Skip to content

Fix type inferencing of public trait method called from implementing class #956

@eric-milles

Description

@eric-milles

Public methods (static or non-static) from trait are inferencing to the bridge method created in the implementing type. Method call audit() below should infer to void traits.Auditable.audit(). Non-public trait methods are working fine.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions