8 lines
90 B
Kotlin
Vendored
8 lines
90 B
Kotlin
Vendored
package test
|
|
|
|
public object Usage {
|
|
public fun f() {
|
|
ClassA().meth1()
|
|
}
|
|
}
|