Files
kotlin-fork/idea/testData/editor/optimizeImports/common/ProvideDelegate2.kt.after
T
Dmitry Gridin eee8d0263d Fix "Unused import" for 'provideDelegate'
#KT-31319 Fixed
2019-05-14 21:01:21 +07:00

8 lines
85 B
Plaintext
Vendored

package b
import a.C
import a.provideDelegate
class Example {
val c: C by C()
}