mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-24 23:36:29 +07:00
8 lines
115 B
Java
8 lines
115 B
Java
package templates;
|
|
|
|
public class Foo {
|
|
void m(int value) {
|
|
b.assert<caret>
|
|
value = 123;
|
|
}
|
|
} |