Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
moveToConstructorParameters
/
memberPropertyInInterface.kt
blob: 38756c5d1f0d47f760cc19a5088815e1512c38e5 [
file
] [
log
] [
blame
]
// "class org.jetbrains.kotlin.idea.quickfix.InitializePropertyQuickFixFactory$MoveToConstructorParameters" "false"
// ACTION: Make internal
// ACTION: Make private
// ACTION: Make protected
interface
A
{
<caret>
val n
:
Int
}