Files
2022-01-12 15:09:45 +01:00

10 lines
140 B
Kotlin
Vendored

package test
fun commonFun() {}
private val deletedVal: Int = 20
private fun deletedFun(): Int = 10
private fun changedFun(arg: Int) {}