Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
addPropertyAccessors
/
varHasSetter.kt
blob: 1b4835daa075bc54db95816b6e046f9f28d3586e [
file
] [
log
] [
blame
]
// "Add getter" "true"
// WITH_RUNTIME
class
Test
{
var
x
:
Int
<caret>
set
(
value
)
{}
}