c55df3ffab
Original commit: 166883d847
9 lines
92 B
Kotlin
9 lines
92 B
Kotlin
package test
|
|
|
|
class Usage {
|
|
fun f() {
|
|
commonFun1()
|
|
commonFun2()
|
|
}
|
|
}
|