mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
javafx: Added more tests for "Unresolved fx:id reference" inspection quickfix (IDEA-141033)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import javafx.fxml.FXML;
|
||||
import javafx.scene.control.Button;
|
||||
|
||||
public class CreateField {
|
||||
@FXML
|
||||
Button btn;
|
||||
}
|
||||
Reference in New Issue
Block a user