Files
kotlin-fork/idea/testData/inspections/recursivePropertyAccessor/a/JavaInterface.java
T
2017-05-19 20:36:09 +03:00

8 lines
112 B
Java
Vendored

package a;
public interface JavaInterface {
String getSomething();
void setSomething(String value);
}