// CHOOSE_USE_SITE_TARGET: param // WITH_RUNTIME // IS_APPLICABLE: false annotation class A class Property { @A val foo: String by lazy { "" } }