Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
cli
/
jvm
/
optIn
/
experimentalDeprecated.kt
blob: ea3b594d4fe83fb7f765de6e802c34f8ded3bd98 [
file
]
package
org
.
test
@Deprecated
(
"Error"
,
level
=
DeprecationLevel
.
ERROR
)
@RequiresOptIn
annotation
class
Error
@Deprecated
(
"Hidden"
,
level
=
DeprecationLevel
.
HIDDEN
)
@RequiresOptIn
annotation
class
Hidden