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