Can be private: don't report if it's used in inline property
#KT-29085 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
2a7eb2fb0e
commit
7cba11ff28
@@ -18,7 +18,12 @@ object TT {
|
||||
val x: String
|
||||
inline get() = baz
|
||||
|
||||
inline val y: String
|
||||
get() = qux
|
||||
|
||||
fun bar(s: String) = s
|
||||
|
||||
val baz = ""
|
||||
|
||||
val qux = ""
|
||||
}
|
||||
Reference in New Issue
Block a user