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.