KT-10670: Debugger: Evaluate Expression/Watches fail for inline function parameter initialized with default value
#KT-10670 Fixed
This commit is contained in:
-14
@@ -1,14 +0,0 @@
|
||||
package remappedParameterInInline
|
||||
|
||||
inline fun watch(p: String, f: (String) -> Int) {
|
||||
// EXPRESSION: p
|
||||
// RESULT: "mno": Ljava/lang/String;
|
||||
//Breakpoint!
|
||||
f(p)
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val local = "mno"
|
||||
watch(local) { it.length }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user