목차


1. 클래스 - Class

//키워드 //이름     //헤더
class TestClass(data: Int) {
	//바디
}
class TestClass

2. 기본생성자 (Primary Constructor)