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

7 lines
59 B
Plaintext
Vendored

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