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