Files
kotlin/idea/testData/multiModuleQuickFix/function/jvm/foo.kt.after

4 lines
166 B
Plaintext
Vendored

// foo: to be implemented
actual fun foo(arg: Int): String {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}