summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/annotationListChanged/AGrandChild.kt
blob: c2b0af75dbae498906fe91edb11f1f26890c684f (plain)
1
2
3
package foo

open class AGrandChild : AChild()