In the IntelliJ debug window, some variables have $ iv added to their name:
What is the information that IntelliJ is trying to convey? A quick look at the document did not result in an answer.
Seems generated by the Kotlin compiler for inline functions:
const val INLINE_FUN_VAR_SUFFIX = "\$iv"
This constant is defined here and used here .
Source: https://habr.com/ru/post/1689562/More articles:How to add an external image to a Word document using OpenXml? - c #Why Monte Carlo tree search reset Tree - algorithmJavascript compare multiple arrays of objects - javascriptFunctional interface with default behavior with Serializable - javaWhat is the most likely cause of exceptions that mysteriously avoid the try-catch block in this case? - springHow to set bits in bytes without a loop - c ++* ngIf with several async pipe variables - angularLaravel Axios With Status Code 419 Using Vue - ajaxOverride one Java file from an external library in a Java web application - javaSelenium Python: listening DevTools by ws: //127.0.0.1 - pythonAll Articles