summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/withJava/other/innerClassNotGeneratedWhenRebuilding/Model.java
blob: 82f6d6476f6bc610e5868e704e489d72dfd8f227 (plain)
1
2
3
4
public interface Model {
    void modify(ModelModifier modifier);
}