[AA] keep nullability for the recreated type
...when computing receiver type for double colon expression ^KT-65930 fixed
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun Int?.foo() = this?.hashCode() ?: 0
|
||||
|
||||
val x = Int?:<caret>:foo
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
expression: Int?::foo
|
||||
receiver:: type: kotlin.Int?
|
||||
Reference in New Issue
Block a user