7490c229ac
KClass can be 'unboxed' to a plain Java class. Debugger should be aware of this. Unfortunately, this commit is not enough to fully support this scenario, as it's impossible to invoke KClass methods/extension on java.lang.Class instance. There should be an additional diagnostic that will forbid such calls.
11 lines
232 B
Plaintext
Vendored
11 lines
232 B
Plaintext
Vendored
LineBreakpoint created at kClass.kt:11
|
|
Run Java
|
|
Connected to the target VM
|
|
kClass.kt:11
|
|
Compile bytecode for cls
|
|
Compile bytecode for cls2
|
|
Compile bytecode for cls3
|
|
Disconnected from the target VM
|
|
|
|
Process finished with exit code 0
|