Files
kotlin-fork/idea/testData/inspectionsLocal/deprecatedCallableAddReplaceWith/ReplaceWithHasNamedArgument.kt
T
2019-12-17 11:04:50 +03:00

4 lines
95 B
Kotlin
Vendored

class Foo {
<caret>@Deprecated(message = "")
fun foo(someString: String) = someString
}