8d9f17d09d
It is hiding a problem: evaluate expression fails in libraries
6 lines
122 B
Kotlin
6 lines
122 B
Kotlin
package customLib.breakpointOnLocalProperty
|
|
|
|
public fun breakpointOnLocalPropertyFun(): Int {
|
|
val a = 1
|
|
return 1
|
|
} |