// "Make '' internal" "true" // ACTION: Make '' public // ERROR: Cannot assign to 'prop': the setter is private in file package test fun foo() { prop = 20 }