dimsuz
08/30/2016, 2:23 PMvar
properties of the class. Is there a common location of declaring rw-properties and their set/get methods? Is this the same way as we usually did in Java - before member functions in a field declaration area? or are properties the same as member functions now and generally can be intermixed in a class body? I know conventions is a touchy subject, but maybe kotlin developers already borrow styles from other languages such as C# which also have properties?