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