Files
kotlin-fork/idea/testData/stubs/AnnotationOnLocalFunction.kt
T
2017-05-18 21:02:24 +02:00

4 lines
52 B
Kotlin
Vendored

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