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