Safe Delete: Fix tests in IDEA 2017.1

Now Java refactoring checks for side effects when deleting
arguments, so instantiation of Kotlin FunctionN is treated as
"unsafe"
This commit is contained in:
Alexey Sedunov
2017-03-17 14:39:33 +03:00
committed by Dmitry Jemerov
parent b65460c12f
commit ecd56c6a40
2 changed files with 2 additions and 0 deletions
@@ -0,0 +1 @@
parameter f has 1 usage that is not safe to delete.
@@ -0,0 +1 @@
parameter f has 1 usage that is not safe to delete.