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