Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
deprecatedCallableAddReplaceWith
/
AlreadyWithReplaceWith.kt
blob: 41a8908342e9fa4550747f5401a66ba613344c15 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
<caret>
@Deprecated
(
""
,
ReplaceWith
(
"bar()"
))
fun foo
()
{
bar
()
}
fun bar
(){}