Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
convertPropertyToFunction
/
annotationUseSiteTarget.kt.after
blob: f7192d8fc01d0ccc82a8ecd260dff2869b187660 [
file
]
annotation
class
A
annotation
class
B
interface
Foo
{
@A
@B
fun getBar
():
String
}