Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
cli
/
jvm
/
optIn
/
experimentalDeprecatedWarning.kt
blob: c1f9b957c9ab8448960627ce614b7b0ca70079bb [
file
]
package
org
.
test
@Deprecated
(
"Warning"
,
level
=
DeprecationLevel
.
WARNING
)
@RequiresOptIn
@Retention
(
AnnotationRetention
.
BINARY
)
annotation
class
Warning
@RequiresOptIn
annotation
class
OneMore