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