Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
native
/
native.tests
/
testData
/
lldb
/
inlineOnlyFunction.kt
blob: f7d6af6e50a8a05acfc9ac9dd2a44ed0536f8056 [
file
]
// KIND: STANDALONE_LLDB
fun foo
()
{}
fun main
(
args
:
Array
<
String
>)
{
0.apply
{
foo
()
this
.
apply
{
foo
()
}
}
}