Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
quickfix
/
addInitializer
/
topLevelPropertyWithGetter.kt
blob: aebe0e1c58493e85d1735e9ebe3a95dccb478687 [
file
] [
log
] [
blame
]
// "class org.jetbrains.kotlin.idea.quickfix.InitializePropertyQuickFixFactory$AddInitializerFix" "false"
// ACTION: Make internal
// ACTION: Make private
<caret>
val n
:
Int
get
()
=
1