Files
kotlin-fork/idea/testData/multiModuleQuickFix/createActual/functionSameFile/jvm/foo.kt.after
T
2019-08-27 17:26:08 +07:00

6 lines
187 B
Plaintext
Vendored

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