Files
kotlin-fork/nj2k/testData/copyPaste/MethodWithOnlyOneAnnotation.expected.kt
T
2019-06-26 18:36:05 +03:00

7 lines
64 B
Kotlin
Vendored

package to
@SomeAnnotation
fun foo(): String {
return ""
}