blob: 9b6e00533328379d3537bbb28f635ce847931a0f [file] [log] [blame]
import javafx.scene.control.Label;
public class WrongBindingType {
public Label label;
}