Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a3b14561c4d5f2ab5a7edc53fca7d3c891589f2c
/
.
/
plugins
/
uast-kotlin
/
testData
/
DeprecatedHidden.kt
blob: 0d4798dd4c612f01d73c22a3a54e1ad16aa50f54 [
file
] [
log
] [
blame
]
package
test
.
pkg
class
Test
{
fun test1
()
{
}
@Deprecated
(
level
=
DeprecationLevel
.
HIDDEN
,
message
=
"nothing"
)
fun test2
()
{
}
}