fe901e9516
(cherry picked from commit 7f3a9c1)
14 lines
295 B
Kotlin
Vendored
14 lines
295 B
Kotlin
Vendored
package manyFilesWithInlineCalls1Dex
|
|
|
|
import manyFilesWithInlineCalls1Dex.first.*
|
|
import manyFilesWithInlineCalls1Dex.second.*
|
|
|
|
fun main(args: Array<String>) {
|
|
firstInline()
|
|
}
|
|
|
|
fun unused() {
|
|
secondInline()
|
|
}
|
|
|
|
// ADDITIONAL_BREAKPOINT: manyFilesWithInlineCalls1Dex.First.kt: Breakpoint 1 |