Implicit receiver smart casts implementation and highlighting
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ fun <T : String?> T.foo() {
|
||||
<!UNSAFE_CALL!>length<!>
|
||||
|
||||
if (this is String) {
|
||||
length
|
||||
<!DEBUG_INFO_IMPLICIT_RECEIVER_SMARTCAST!>length<!>
|
||||
this<!UNNECESSARY_SAFE_CALL!>?.<!>length
|
||||
|
||||
bar1()
|
||||
|
||||
Reference in New Issue
Block a user