6 lines
122 B
Kotlin
6 lines
122 B
Kotlin
package customLib.breakpointOnLocalProperty
|
|
|
|
public fun breakpointOnLocalPropertyFun(): Int {
|
|
val a = 1
|
|
return 1
|
|
} |