Files
kotlin-fork/idea/testData/stubs/AnnotationOnLocalFunction.kt
T
2015-06-12 09:23:31 +03:00

4 lines
54 B
Kotlin
Vendored

fun foo() {
@[Deprecated] fun innerFoo() {
}
}