Files
openide/plugins/javaFX/testData/quickfix/CreateControllerMethodInGroovy_after.groovy

7 lines
127 B
Groovy

import javafx.event.ActionEvent
public class CreateControllerMethodInGroovy {
void bar(ActionEvent actionEvent) {
}
}