Introduce Parameter: Forbid inside of default values
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo(s: String = <caret>"abc") {
|
||||
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
Introduce Parameter is not available for default value
|
||||
Reference in New Issue
Block a user