Add tests for KT-40152

This commit is contained in:
Dmitry Petrov
2020-09-23 16:16:01 +03:00
parent cd37301ea2
commit 1c4567c999
10 changed files with 126 additions and 0 deletions
@@ -0,0 +1,4 @@
class SimplePlatform
open class TargetPlatform(val componentPlatforms: Set<SimplePlatform>) :
Collection<SimplePlatform> by componentPlatforms