No problem Alexander!

On Sun, Nov 20, 2016 at 1:15 PM Alexander Doloz <[email protected]>
wrote:

> Frankly speaking I didn’t know it’s possible with extensions :) Thank you
> for answer, it will be helpful for my project.
> Since this method works my proposal no longer makes much sense.
>
> 20 нояб. 2016 г., в 21:05, Derrick Ho <[email protected]> написал(а):
>
>
> struct A {
>   var a = 0
> }
>
> extension A {
>   struct B {
>   var b = "Bee"
>   }
> }
>
> extension A.B {
>   struct C {
>   var c = 0
>   func someFunc() {
>   print("something")
>   }
>   }
> }
>
>
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to