Remove setter parameter type: do not suggest if type is empty
So #KT-22339 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
org.jetbrains.kotlin.idea.inspections.RemoveSetterParameterTypeInspection
|
||||
@@ -0,0 +1,7 @@
|
||||
// PROBLEM: none
|
||||
// SKIP_ERRORS_BEFORE
|
||||
// SKIP_ERRORS_AFTER
|
||||
|
||||
var x: String
|
||||
get() = "123"
|
||||
set(v:<caret> ) {}
|
||||
Reference in New Issue
Block a user