// TARGET_BACKEND: JVM // ALLOW_AST_ACCESS package test class ClassVal() { val property1 = { 1 }() internal val property2 = { 1 }() private val property3 = Object() protected val property4: String = { "" }() public val property5: Int = { 1 }() }