Implicit receiver smart casts implementation and highlighting
This commit is contained in:
@@ -9,7 +9,7 @@ fun A?.bar() {
|
||||
if (this == null) {
|
||||
return
|
||||
}
|
||||
foo()
|
||||
<!DEBUG_INFO_IMPLICIT_RECEIVER_SMARTCAST!>foo<!>()
|
||||
}
|
||||
|
||||
fun A.baz() {
|
||||
|
||||
Reference in New Issue
Block a user