Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
addAnnotationTarget
/
basic4.kt
blob: 736d7ccd91a1a3cedeb60a974cb40e16bb82659b [
file
]
// "Add annotation target" "true"
annotation
class
Foo
@Foo
class
Test
{
@Foo
fun foo
():
<caret>
@Foo
Int
=
1
}