8d9f17d09d
It is hiding a problem: evaluate expression fails in libraries
5 lines
109 B
Kotlin
5 lines
109 B
Kotlin
package customLib.breakpointOnLocalProperty
|
|
|
|
public fun breakpointOnLocalPropertyFun2(): Int {
|
|
return 1
|
|
} |