Let\'s have class as follows:
class TestClass() { val isInitialised : Boolean init { isInitialised = true } }
Val