Files
kotlin-fork/idea/testData/copyPaste/conversion/MethodWithNoAnnotation.expected.kt
T

6 lines
55 B
Kotlin
Vendored

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