Hello, just beginning with testing Kotlin - Have a question because I don't quite get the documentation on this. I've coded Java before, let's say I want to make a private instance variable and a getter for it in java. In Kotlin I got the same effect by simply creating the variable and making setter private. Is it the correct way? What I mean:
http://pastebin.com/JPb9CSPu