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