compiler/testData/codegen/properties/privateVal.kt (3 lines of code) (raw):

class PrivateVal() { private val prop = 0; }