Skip to content

Some type constraints in methods using jfxe.EventHandler arguments have incorrect variance #221

@jpsacha

Description

@jpsacha

For instance, in Node we have:

def onRotate_=(v: jfxe.EventHandler[jfxsi.RotateEvent])

instead of

def onRotate_=(v: jfxe.EventHandler[_ >:jfxsi.RotateEvent])

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions