You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: usvm-dataflow-ts/src/main/kotlin/org/usvm/dataflow/ts/infer/TypeInferenceManager.kt
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -370,14 +370,14 @@ class TypeInferenceManager(
370
370
}
371
371
}.toMap()
372
372
}
373
-
logger.info {
374
-
buildString {
375
-
appendLine("Return types:")
376
-
for ((method, type) in inferredReturnTypes) {
377
-
appendLine("Return type for ${method.signature.enclosingClass.file}::${method.signature.enclosingClass.name}::${method.name}: ${type.toPrettyString()}")
378
-
}
379
-
}
380
-
}
373
+
//logger.info {
374
+
// buildString {
375
+
// appendLine("Return types:")
376
+
// for ((method, type) in inferredReturnTypes) {
377
+
// appendLine("Return type for ${method.signature.enclosingClass.file}::${method.signature.enclosingClass.name}::${method.name}: ${type.toPrettyString()}")
378
+
// }
379
+
// }
380
+
//}
381
381
382
382
val inferredLocalTypes:Map<EtsMethod, Map<AccessPathBase, EtsTypeFact>>?=if (doInferAllLocals) {
0 commit comments