Files
kotlin-fork/idea/testData/shortenRefs/InterfaceInExpression.kt
T
Simon Ogorodnik 2490318f93 KT-16076 Completion inserts FQN kotlin.text.String
KT-14831 Don't add import statement and FQN on converting lambda to reference if typealias is used
KT-16088 Completion wrongly inserts FQN for `kotlin` package
 #KT-16076 fixed
 #KT-14831 fixed
 #KT-16088 fixed
2017-02-13 16:48:14 +03:00

7 lines
78 B
Kotlin
Vendored

package fq
interface Iface
fun foo() {
<selection>fq.Iface</selection>
}