FIR IDE: Unwrap nullable types
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// FIR_COMPARISON
|
||||
package test
|
||||
|
||||
class T
|
||||
|
||||
<selection>fun foo(t: test.T???) {}</selection>
|
||||
@@ -0,0 +1,6 @@
|
||||
// FIR_COMPARISON
|
||||
package test
|
||||
|
||||
class T
|
||||
|
||||
fun foo(t: T???) {}
|
||||
Reference in New Issue
Block a user