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