Can be private: correct detection of calls inside inline accessors
This commit is contained in:
@@ -15,5 +15,10 @@ object TT {
|
||||
}
|
||||
}
|
||||
|
||||
val x: String
|
||||
inline get() = baz
|
||||
|
||||
fun bar(s: String) = s
|
||||
|
||||
val baz = ""
|
||||
}
|
||||
Reference in New Issue
Block a user