xref
: /
aosp_15_r20
/
external
/
dokka
/
core
/
testdata
/
functions
/
functionWithNoinlineParam.kt
(revision 1b2d298c530bf0473cc943e8414a5ff577a994bc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
functionnull
1
fun
function
(
noinline
notInlined
: () ->
Unit
) {
2
}
3