Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
deprecatedCallableAddReplaceWith
/
DeclarationInside.kt
blob: df53bc2b9eac88ce659a3986e50bac373ad51f5b [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
<caret>
@Deprecated
(
""
)
fun foo
(
p
:
Int
)
{
if
(
p
>
0
)
{
val v
=
p
+
1
}
}
fun bar
(
p
:
Int
){}