Debugger: Convert java expression to kotlin when open EE dialog from Variables View
#KT-6805 Fixed
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
package createExpressionSimple
|
||||
|
||||
class MyClass: Base() {
|
||||
val i = 1
|
||||
}
|
||||
|
||||
open class Base {
|
||||
val baseI = 2
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val myClass: Base = MyClass()
|
||||
//Breakpoint!
|
||||
val a = 1
|
||||
}
|
||||
|
||||
// PRINT_FRAME
|
||||
// DESCRIPTOR_VIEW_OPTIONS: NAME_AND_EXPRESSION
|
||||
|
||||
Reference in New Issue
Block a user