PlatformExtensionReceiverOfInline: fix false positive with extension function with nullable type receiver
#KT-37256 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
6868f53f46
commit
ded996bdf7
Vendored
+2
@@ -13,6 +13,8 @@ fun test() {
|
||||
}
|
||||
}
|
||||
|
||||
inline fun String.toBoolean(): Boolean = true
|
||||
|
||||
fun String.contentNotInline() {}
|
||||
|
||||
class My {
|
||||
|
||||
Reference in New Issue
Block a user