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