FIR IDE: Do not try to shorten type without qualifier
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// FIR_COMPARISON
|
||||
package test
|
||||
|
||||
class T {
|
||||
class TT
|
||||
}
|
||||
|
||||
<selection>fun foo(t: T.TT) {}</selection>
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// FIR_COMPARISON
|
||||
package test
|
||||
|
||||
class T {
|
||||
class TT
|
||||
}
|
||||
|
||||
fun foo(t: T.TT) {}
|
||||
Reference in New Issue
Block a user