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