PlatformExtensionReceiverOfInline: fix false positive with extension function with nullable type receiver

#KT-37256 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-03-24 17:01:51 +09:00
committed by Yan Zhulanow
parent 6868f53f46
commit ded996bdf7
6 changed files with 29 additions and 2 deletions
@@ -13,6 +13,8 @@ fun test() {
}
}
inline fun String.toBoolean(): Boolean = true
fun String.contentNotInline() {}
class My {