Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
deprecatedSymbolUsage
/
wholeProject
/
property.after.Declarations.kt
blob: 9ca0c6c425f1428e3f6da4381815c73333e5892f [
file
] [
log
] [
blame
]
package
pack
@Deprecated
(
""
,
ReplaceWith
(
"newProp"
))
val oldProp
:
String
=
""
val
String
.
oldProp
:
String
get
()
=
""
val newProp
:
String
=
""
fun foo
(
s
:
String
){}
fun bar
(
s
:
String
){}