Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
quickfix
/
addInitializer
/
memberPropertyVarSetterOnly.kt.after
blob: 670dcf65b778abca1178e6a9156edd3b294d5085 [
file
]
// "Add initializer" "true"
class
A
{
var
n
:
Int
=
<selection>
0
</
selection
><
caret
>
set
(
value
:
Int
)
{}
}