Quick Fixes: Implement 'Initialize property' quick-fix
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.InitializePropertyQuickFixFactory$AddInitializerFix" "false"
|
||||
fun test() {
|
||||
<caret>val n: Int
|
||||
}
|
||||
Reference in New Issue
Block a user