DeprecatedCallableAddReplaceWithInspection: add argument name if needed

#KT-34297 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-10-11 17:33:27 +09:00
committed by Mikhail Glukhikh
parent 23749bdde7
commit f8f50b2131
5 changed files with 23 additions and 0 deletions
@@ -0,0 +1,4 @@
class Foo {
<caret>@Deprecated(message = "")
fun foo(someString: String) = someString
}