Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
classes
/
compilerRequiredAnnotationConflict2.kt
blob: 61722f2380ec61d32ba5277fcf3ef7c7e9c0aa11 [
file
]
import
kotlin
.
annotation
.
AnnotationTarget
.
FIELD
object
Some
{
@Target
(
FIELD
)
annotation
class
An
<caret>
n
const
val FIELD
=
""
}