Files
kotlin-fork/idea/testData/multiModuleQuickFix/createActualExplicitApi/function/jvm/foo.kt.after
T
2021-05-17 12:40:49 +00:00

4 lines
101 B
Plaintext
Vendored

// foo: to be implemented
public actual fun foo(arg: Int): String {
TODO("Not yet implemented")
}