// "Replace with generated @PublishedApi bridge call '`access$test`(...)'" "true" annotation class Z open class ABase { @Z protected fun test(p: T) { } fun param(): T { return null!! } inline fun test() { { test(param()) }() } }