Skip to content

Fix support for final trait methods #1151

@eric-milles

Description

@eric-milles

Consider the following:

trait T {
  final def m() { 'T' }
}
class C implements T {
}
print new C().m()

Should print "T" when compiled and executed.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions