Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
deprecatedCallableAddReplaceWith
/
NotAvailableOnDocComment.kt
blob: cd2d4ce45b2068d3515ed44331dbd505bded9ab7 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
/**
* <caret>This is a doc-comment
*/
@Deprecated
(
""
)
fun foo
()
{
bar
()
}
fun bar
(){}