5 lines
93 B
Kotlin
Vendored
5 lines
93 B
Kotlin
Vendored
class Bar(val r: Runnable) : Runnable by r
|
|
class Foo {
|
|
val bar by lazy { "" }
|
|
}
|