DeprecatedCallableAddReplaceWithInspection: add argument name if needed
#KT-34297 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
23749bdde7
commit
f8f50b2131
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
class Foo {
|
||||
<caret>@Deprecated(message = "")
|
||||
fun foo(someString: String) = someString
|
||||
}
|
||||
Reference in New Issue
Block a user