Add tests for KT-40152
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
class SimplePlatform
|
||||
|
||||
open class TargetPlatform(val componentPlatforms: Set<SimplePlatform>) :
|
||||
Collection<SimplePlatform> by componentPlatforms
|
||||
Reference in New Issue
Block a user