mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 12:03:57 +07:00
GitOrigin-RevId: 6e9389c6d8b88bfa91de6c658cfc51039bfeefca
7 lines
119 B
Java
7 lines
119 B
Java
// "Create property" "true-preview"
|
|
class Calculator {
|
|
public void printError() {
|
|
set<caret>I(true);
|
|
}
|
|
}
|