Inspection "can be primary constructor property" with relevant quick-fix #KT-8477 Fixed
(cherry picked from commit 2db7562)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// "Move to constructor" "true"
|
||||
class Container(index: Int) {
|
||||
protected open var <caret>index = index
|
||||
}
|
||||
Reference in New Issue
Block a user