Files
kotlin-fork/jps-plugin/testData/incremental/withJava/other/innerClassNotGeneratedWhenRebuilding/Model.java
T
2017-08-29 02:24:38 +03:00

5 lines
69 B
Java
Vendored

public interface Model {
void modify(ModelModifier modifier);
}