12 lines
263 B
Plaintext
Vendored
12 lines
263 B
Plaintext
Vendored
@file:JvmName("Utils")
|
|
@file:JvmMultifileClass
|
|
package test
|
|
|
|
fun commonFun1() {}
|
|
|
|
// TODO uncomment when generated value will also be private in bytecode
|
|
//private val addedVal1: Int = 20
|
|
|
|
private fun addedFun1(): Int = 50
|
|
|
|
private fun changedFun1(arg: String) {} |