Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
canBePrimaryConstructorProperty
/
protectedOpenVar.kt
blob: 7e35b63c8ef4d053f4392c868780f0b50e7f1bd2 [
file
]
// "Move to constructor" "true"
class
Container
(
index
:
Int
)
{
protected
open
var
<caret>
index
=
index
}