mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 02:39:37 +07:00
Fixes IDEA-121571 Feature request: A Contract Annotation that indicates that a method returns its argument
6 lines
200 B
Java
6 lines
200 B
Java
class Test {
|
|
StringBuilder <flown111111>builder(StringBuilder <caret>sb) {
|
|
StringBuilder <flown1111>foo = <flown111><flown11><flown1>sb.append("foo").append(1);
|
|
return <flown11111>foo;
|
|
}
|
|
} |