Debugger: allow evaluate expression in constructors
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class A(a: Int, val a1: Int) {
|
||||
|
||||
<caret>constructor(b: Int): this(b, b) {}
|
||||
|
||||
val c = 1
|
||||
}
|
||||
Reference in New Issue
Block a user