8 lines
70 B
Kotlin
Vendored
8 lines
70 B
Kotlin
Vendored
package test
|
|
|
|
class Usage {
|
|
fun f() {
|
|
commonFun()
|
|
}
|
|
}
|