Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
testData
/
codegen
/
properties
/
privateVal.kt
blob: dd037bfec8dd8d916962bee09201b54389232ff4 [
file
]
class
PrivateVal
()
{
private
val prop
=
0
;
}