9 lines
92 B
Kotlin
Vendored
9 lines
92 B
Kotlin
Vendored
package test
|
|
|
|
class Usage {
|
|
fun f() {
|
|
commonFun1()
|
|
commonFun2()
|
|
}
|
|
}
|