summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/methodParameterWithDefaultValueAdded/AChild.kt
blob: 154d37341dd384c423c75c098aa81f5a00fb5b78 (plain)
1
2
3
package foo

class AChild : A()