mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 20:07:01 +07:00
- make it create template for both getter and setter; - make it work with type parameter guesser; - add tests!
7 lines
108 B
Java
7 lines
108 B
Java
// "Create property" "true"
|
|
class Calculator {
|
|
public void printError() {
|
|
set<caret>I(0);
|
|
}
|
|
}
|