Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
inlineFunWithoutDebugInfo
/
sourceInline.kt
blob: 66de1f0a755111f9bb52e9ec8ecac90335bb350b [
file
] [
log
] [
blame
]
package
test
public
class
A
{
inline
public
fun test
(
s
:
()
->
Unit
)
{
s
()
}
}