7 lines
105 B
Kotlin
Vendored
7 lines
105 B
Kotlin
Vendored
package manyFilesWithInlineCalls2Dex.second
|
|
|
|
inline fun secondInline() {
|
|
// Breakpoint 1
|
|
1 + 1
|
|
}
|