Files
kotlin-fork/idea/testData/quickfix/removeUnused/secondaryConstructorFromJava.before.Dependency.java
T
2016-12-05 10:58:21 +03:00

6 lines
114 B
Java
Vendored

class RandomJavaClass {
public void context() {
Ctor c = new Ctor(0);
c.justCompare();
}
}