Files
kotlin-fork/idea/testData/quickfix/moveToConstructorParameters/topLevelProperty.kt
T
2015-11-16 11:30:02 +03:00

6 lines
256 B
Kotlin
Vendored

// "class org.jetbrains.kotlin.idea.quickfix.InitializePropertyQuickFixFactory$MoveToConstructorParameters" "false"
// ACTION: Initialize property 'n'
// ACTION: Make internal
// ACTION: Make private
// ERROR: Property must be initialized
<caret>val n: Int