Files
kotlin-fork/idea/testData/formatter/By.kt
T
2017-01-09 11:19:44 +01:00

5 lines
93 B
Kotlin
Vendored

class Bar(val r: Runnable) : Runnable by r
class Foo {
val bar by lazy { "" }
}