Skip to content

Mutator function not called for shorthand operations #332

Open
@BSteffaniak

Description

@BSteffaniak

e.g.

package "nova/time"

class CumulativeTimer extends Timer {
    visible Long duration <=> duration
    
    public stop() => this {
        super.stop()
        
        duration += super.duration
    }
}

Metadata

Metadata

Assignees

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions