FIR IDE: Unwrap nullable types

This commit is contained in:
Roman Golyshev
2020-12-23 13:45:05 +03:00
committed by Space
parent 08e271411f
commit 0b48416a1e
4 changed files with 26 additions and 2 deletions
@@ -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???) {}