Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
annotations
/
AnnotatedMethod.kt
blob: bfc4a23a0e9ea5e35d59ba2a0f60759ac16c600f [
file
] [
log
] [
blame
]
//ALLOW_AST_ACCESS
package
test
public
open
class
AnnotatedMethod
()
{
public
open
@Deprecated
(
"Deprecated in Java"
)
fun f
():
Unit
{
}
}