Shorten references inserts imports for global functions and properties too
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
package source
|
||||
|
||||
import target.A
|
||||
import target.test
|
||||
|
||||
fun test1() = target.test(A())
|
||||
fun test1() = test(A())
|
||||
Reference in New Issue
Block a user