Introduce Parameter: Forbid inside of default values

This commit is contained in:
Alexey Sedunov
2017-09-28 19:44:27 +03:00
parent 790b615fa1
commit 1c3a3cd651
4 changed files with 14 additions and 0 deletions
@@ -0,0 +1,3 @@
fun foo(s: String = <caret>"abc") {
}
@@ -0,0 +1 @@
Introduce Parameter is not available for default value