Quickfix for published api
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// "Replace with generated @PublishedApi bridge call '`access$test`(...)'" "true"
|
||||
annotation class Z
|
||||
|
||||
open class ABase {
|
||||
@Z
|
||||
protected fun test(p: Int) {
|
||||
}
|
||||
|
||||
|
||||
inline fun test() {
|
||||
{
|
||||
<caret>test(1)
|
||||
}()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user