Files
kotlin-fork/compiler/testData/codegen/bytecodeListing/collectionStubs/collectionByDelegation.kt
T
2020-09-23 18:14:21 +03:00

4 lines
147 B
Kotlin
Vendored

class SimplePlatform
open class TargetPlatform(val componentPlatforms: Set<SimplePlatform>) :
Collection<SimplePlatform> by componentPlatforms