12 lines
190 B
Plaintext
Vendored
12 lines
190 B
Plaintext
Vendored
@file:JvmName("Utils")
|
|
@file:JvmMultifileClass
|
|
package test
|
|
|
|
fun commonFun2() {}
|
|
|
|
private val addedVal2: Int = 20
|
|
|
|
private fun addedFun2(): Int = 50
|
|
|
|
private fun changedFun2(arg: String) {}
|