mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
3 lines
110 B
Kotlin
3 lines
110 B
Kotlin
// WithPlatformTypes
|
|
|
|
class WithPlatformTypes(i: java.lang.Iterable<String>) : java.lang.Iterable<String> by i |