KT-6815 Representing raw types when used as supertypes for Java classes
#KT-6815 Fixed
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ public class KotlinClassWithDelegatedPropertyRenderer : ClassRenderer() {
|
||||
val threadReference = context.getSuspendContext().getThread()?.getThreadReference()
|
||||
if (method != null && threadReference != null) {
|
||||
val propValue = try {
|
||||
context.getDebugProcess().invokeInstanceMethod(context, value, method, listOf(), context.getSuspendContext().getSuspendPolicy())
|
||||
context.getDebugProcess().invokeInstanceMethod(context, value, method, listOf<Nothing>(), context.getSuspendContext().getSuspendPolicy())
|
||||
}
|
||||
catch(e: EvaluateException) {
|
||||
e.getExceptionFromTargetVM()
|
||||
|
||||
Reference in New Issue
Block a user