Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
addAnnotationTarget
/
basic1.kt.after
blob: b06950eadae2d6f0f5c70991dd858dcfa83ca4db [
file
]
// "Add annotation target" "true"
@Target
(
AnnotationTarget
.
TYPE
)
annotation
class
Foo
class
Test
{
fun foo
():
@Foo
Int
=
1
}