7 lines
61 B
Kotlin
Vendored
7 lines
61 B
Kotlin
Vendored
package a
|
|
|
|
open class A
|
|
|
|
inline fun f(): A {
|
|
return A()
|
|
} |