mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-27 05:20:54 +07:00
Fixes IDEA-121571 Feature request: A Contract Annotation that indicates that a method returns its argument
6 lines
177 B
Java
6 lines
177 B
Java
class Test {
|
|
StringBuilder builder(StringBuilder <flown1111>sb) {
|
|
StringBuilder foo = <flown111><flown11><flown1>sb.append("foo").append(123);
|
|
return <caret>foo;
|
|
}
|
|
} |