summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/comparison/classSignatureChange/classWithSuperTypeListChanged/new.kt
blob: 7632cc8272ebed08774544d496c801c60f65a3fd (plain)
1
2
3
4
package test

class ClassWithSuperTypeListChanged : Throwable() {
}