Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/manyFilesWithInlineCalls2Dex.Second.kt
T
2019-10-08 19:13:55 +09:00

7 lines
105 B
Kotlin
Vendored

package manyFilesWithInlineCalls2Dex.second
inline fun secondInline() {
// Breakpoint 1
1 + 1
}