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