blob: bba9825e8d2a433da53207a1e45d79ccb0612675 [file] [log] [blame]
class Bar(val r: Runnable) : Runnable by r
class Foo {
val bar by lazy { "" }
}