Nikky
09/07/2018, 1:25 PMvar Wrapper<Env>.someProperty by ref(actual::someProperty)
this only works in the class seems like i do not have access to this or properties of the class i try to extend when using by
btw i am using 1.3-M2
the intent here is to have one large data class , but disallow setting all vars under all circumstances in a DSL
only when its matching the Env in the wrapper the extension functions should be there and forwardEugenio
09/16/2018, 4:23 PM