Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
analysis-api
/
testData
/
helpers
/
isDenotable
/
helpers.kt
blob: 41655aba3bd691117a97f3cf95d5cc441b06574a [
file
]
@Target
(
AnnotationTarget
.
EXPRESSION
)
@Retention
(
AnnotationRetention
.
SOURCE
)
annotation
class
Denotable
(
val type
:
String
)
@Target
(
AnnotationTarget
.
EXPRESSION
)
@Retention
(
AnnotationRetention
.
SOURCE
)
annotation
class
Nondenotable
(
val type
:
String
)