git/t/t4018/kotlin-nested-fun

class LEFT{
	class CENTER{
		fun RIGHT(  a:Int){
			//comment
			//comment
			ChangeMe
		}
	}
}