Adedd quickfix check if @PublishedApi stub already exists
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
// "Replace with generated @PublishedApi bridge call '`access$test`(...)'" "true"
|
||||
// "Replace with generated @PublishedApi bridge call '`access$prop`'" "true"
|
||||
annotation class Z
|
||||
|
||||
open class ABase {
|
||||
@Z
|
||||
protected var String.prop: Int
|
||||
get() = 1
|
||||
set(field) = {}
|
||||
set(field) {}
|
||||
|
||||
|
||||
inline fun test() {
|
||||
|
||||
Reference in New Issue
Block a user