Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
canBePrimaryConstructorProperty
/
commentAfter.kt
blob: 5bfa1936a5bbb9fc6a73e9cc7ebb163e44c7bae4 [
file
] [
log
] [
blame
]
// "Move to constructor" "true"
class
Complex
(
x
:
Int
,
y
:
Double
,
z
:
String
)
{
val
<caret>
y
:
Double
=
y
// Duplicating
}