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

4 lines
69 B
Java
Vendored

public interface ModelModifier {
void perform(Object element);
}