Adjust tests due to "Remove argument" quick fix for TOO_MANY_ARGUMENTS

Relates to #KT-34026
Relates to #KT-34332
This commit is contained in:
Vladimir Dolzhenko
2020-02-25 09:23:13 +01:00
parent b047d78580
commit afd71d3d19
3 changed files with 3 additions and 0 deletions
@@ -3,5 +3,6 @@
// ACTION: Convert to block body
// ACTION: Create function 'G'
// ACTION: Introduce local variable
// ACTION: Remove argument
fun test() = G(<caret>1)