Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
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