// WITH_RUNTIME // IS_APPLICABLE: true fun Int.foo(): Int { return let { it.hashCode().hashCode() } }