blob: f7d6af6e50a8a05acfc9ac9dd2a44ed0536f8056 [file]
// KIND: STANDALONE_LLDB
fun foo() {}
fun main(args: Array<String>) {
0.apply {
foo()
this.apply {
foo()
}
}
}