다음 대입과 결합 가능한 프로퍼티 선언을 보고합니다.
예:
val x: String x = System.getProperty("")
빠른 수정에서는 선언을 대입과 결합합니다.
val x = System.getProperty("")