Add testdata for issue #KT-28672
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package
|
||||
|
||||
public fun mixedReceiver(/*0*/ s: kotlin.String?): kotlin.Unit
|
||||
public fun smartcastOnReceiver(/*0*/ s: kotlin.String?): kotlin.Unit
|
||||
public fun kotlin.CharSequence?.isNullOrEmpty(): kotlin.Boolean
|
||||
Returns(FALSE) -> <this> != null
|
||||
|
||||
Reference in New Issue
Block a user