FIR IDE: Do not try to shorten type without qualifier

This commit is contained in:
Roman Golyshev
2020-12-25 13:50:18 +03:00
committed by Space
parent 534f4a66ad
commit 0e271b72c7
4 changed files with 30 additions and 2 deletions
@@ -0,0 +1,8 @@
// FIR_COMPARISON
package test
class T {
class TT
}
<selection>fun foo(t: T.TT) {}</selection>
@@ -0,0 +1,8 @@
// FIR_COMPARISON
package test
class T {
class TT
}
fun foo(t: T.TT) {}