Files
kotlin-fork/idea/testData/inspectionsLocal/redundantCompanionReference/javaFakeGetter.1.java
T
2019-10-17 17:17:44 +07:00

5 lines
83 B
Java
Vendored

public class Bar {
public String getBar(Integer i) {
return "";
}
}