ce2b915645
Fixes debugger's "step into" for multi-file package
5 lines
34 B
Kotlin
5 lines
34 B
Kotlin
|
|
fun foo(): Int {
|
|
return 42
|
|
}
|