mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 00:36:13 +07:00
GitOrigin-RevId: 6e9389c6d8b88bfa91de6c658cfc51039bfeefca
8 lines
127 B
Java
8 lines
127 B
Java
// "Create property" "true-preview"
|
|
class Calculator {
|
|
int i;
|
|
public void printError() {
|
|
set<caret>I(0);
|
|
}
|
|
}
|