Files
kotlin-fork/nj2k/testData/copyPaste/MethodWithOnlyOneAnnotation.expected.kt
T
Ilya Kirillov f61bb5aa39 New J2K: implement mutability inference in post-processing
#KT-24293 fixed
#KT-19603 fixed
2019-09-10 14:09:26 +03:00

7 lines
65 B
Kotlin
Vendored

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