Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/moveMemberIntoClass/beforeMethodWithAnnos.java
Artemiy Sartakov ccc5077467 MemberModel: detect possible out of class definitions and suggest to move them into class (IDEA-258839)
GitOrigin-RevId: 7708fdc7b3191bcd0ba46767160c4ec0b5a179da
2021-03-02 05:37:58 +00:00

8 lines
129 B
Java

// "Move member into class" "true"
@NotNull String w<caret>ithQualifiedReturnType() {
}
public class beforeMethodWithAnnos {
}