mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
GitOrigin-RevId: 53f965412470712cc27accf3cf38de448bce082b
6 lines
171 B
Java
6 lines
171 B
Java
/*<# block fmt:fontSize=ABitSmallerThanInEditor,marginPadding=OnlyPadding #>*/
|
|
class Test {
|
|
public int getSize(/*<# @NotNull #>*/String s) {
|
|
return s.length();
|
|
}
|
|
} |