4 <bold>var x: Int</bold> = 1 (in A)
4 	var x: Int = <bold>1</bold> (in A.x)
9 	x = <bold>2</bold> (in A.test())
