Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
multiModuleQuickFix
/
overload
/
jvm
/
foo.kt.after
blob: 692ae78421c4d0c5dccdfb9ca773c2b580385f76 [
file
] [
log
] [
blame
]
// foo: to be implemented
actual fun foo
(
arg
:
String
)
=
arg
actual fun foo
(
arg
:
Int
):
String
{
TODO
(
"not implemented"
)
//To change body of created functions use File | Settings | File Templates.
}