FIR IDE: Add separate tests for FIR reference shortening

This commit is contained in:
Roman Golyshev
2020-12-21 15:23:05 +03:00
committed by Space
parent c1130f2010
commit b9d074051f
5 changed files with 119 additions and 0 deletions
+6
View File
@@ -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) {}