mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 13:45:34 +07:00
ccc5077467
GitOrigin-RevId: 7708fdc7b3191bcd0ba46767160c4ec0b5a179da
10 lines
135 B
Java
10 lines
135 B
Java
// "Move member into class" "true"
|
|
|
|
|
|
|
|
|
|
public class beforeMethodWithAnnos {
|
|
@NotNull
|
|
String withQualifiedReturnType() {
|
|
}
|
|
} |