Files
kotlin/idea/testData/refactoring/extractFunction/parameters/extractThis/javaSyntheticProperty.java

6 lines
97 B
Java
Vendored

import org.jetbrains.annotations.NotNull;
interface Named {
@NotNull
String getName();
}