Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
analysis
/
symbol-light-classes
/
testData
/
annotationsEquality
/
TopLevelFunctionWithRegularAnnotation.kt
blob: 248afb6f5445d29ffd966a4de649bd5b733e3871 [
file
]
// PSI: org.jetbrains.kotlin.light.classes.symbol.methods.SymbolLightSimpleMethod
// EXPECTED: one.Anno
// UNEXPECTED: one.Anno2
package
one
annotation
class
Anno
@Anno
fun regul
<caret>
arFunction
()
{}