Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
variables
/
changeMutability
/
valWithSetter.kt.after
blob: 93426374c12afcc387c13c33727ec1de36ebfb3f [
file
] [
log
] [
blame
]
// "Change to var" "true"
class
A
()
{
var
a
:
Int
=
0
set
(
v
:
Int
)
{}
}