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