Paullo612 / mlfx

OpenJFX's FXML language AOT compler
Apache License 2.0
11 stars 0 forks source link

Expressions that return two slots primitives are broken #35

Closed Paullo612 closed 1 year ago

Paullo612 commented 1 year ago

Steps to reproduce:

  1. Clone mlfx-samle project.
  2. Replace contents of src/main/resources/hellofxml/hello.fxml with following FXML code:
    
    <?import javafx.scene.control.Button?>
    <?import javafx.scene.control.Label?>
    <?import javafx.scene.layout.AnchorPane?>
    <?import javafx.scene.layout.VBox?>