summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/classHierarchyAffected/methodParameterWithDefaultValueAdded/A.kt
blob: 6a5b7815115964dae4d96344c7d13a0928e41ff5 (plain)
1
2
3
4
5
package foo

open class A {
    fun f() {}
}