FILE: extensionGenericGetValue.kt public final inline fun runLogged(action: R|() -> L|): R|L| { ^runLogged R|/action|.R|SubstitutionOverride|() } public final operator fun R|V|.getValue(receiver: R|kotlin/Any?|, p: R|kotlin/Any|): R|V| { ^getValue R|/runLogged|( = runLogged@fun (): R|V| { ^ this@R|/getValue| } ) } public final val testK: R|kotlin/String|by R|/runLogged|( = runLogged@fun (): R|kotlin/String| { ^ String(K) } ) public get(): R|kotlin/String| { ^ D|/testK|.R|/getValue|(Null(null), ::R|/testK|) }