Adedd quickfix check if @PublishedApi stub already exists
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// "Replace with generated @PublishedApi bridge call '`access$test`(...)'" "true"
|
||||
|
||||
open class ABase {
|
||||
protected fun test(p: Int) {
|
||||
}
|
||||
|
||||
|
||||
inline fun test() {
|
||||
{
|
||||
<caret>test(1)
|
||||
}()
|
||||
}
|
||||
|
||||
@PublishedApi
|
||||
internal fun `access$test`(p: Int) = test(p)
|
||||
}
|
||||
Reference in New Issue
Block a user