Can be private: correct detection of calls inside inline accessors

This commit is contained in:
Mikhail Glukhikh
2018-06-13 19:12:12 +03:00
parent 542f0a61d1
commit b235af0656
2 changed files with 9 additions and 2 deletions
@@ -15,5 +15,10 @@ object TT {
}
}
val x: String
inline get() = baz
fun bar(s: String) = s
val baz = ""
}