mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix wrong type of info array
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ abstract class TraceExpressionBuilderBase(private val myProject: Project, privat
|
||||
return myDsl.code {
|
||||
declare(result, nullExpression, true)
|
||||
val startTime = declare(variable(types.longType, "startTime"), +"java.lang.System.nanoTime()", false)
|
||||
declare(info, newSizedArray(types.longType, infoArraySize), false)
|
||||
declare(info, newSizedArray(types.anyType, infoArraySize), false)
|
||||
declare(timeDeclaration())
|
||||
+TextExpression(declarations)
|
||||
+TextExpression(tracingCall)
|
||||
|
||||
Reference in New Issue
Block a user