6 lines
76 B
Kotlin
Vendored
6 lines
76 B
Kotlin
Vendored
package dependency
|
|
|
|
object AnObject
|
|
|
|
val Foo.extProp: () -> Unit get() = {}
|