Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
makeConstructorParameterProperty
/
var.kt.after
blob: a48e19d3a980c0ada310a75a6097f0136ccbe3c3 [
file
] [
log
] [
blame
]
// "Make constructor parameter a property" "true"
class
A
(<
selection
>
private
<caret>
</
selection
>
var
foo
:
String
)
{
fun bar
()
{
foo
=
""
}
}