eee8d0263d
#KT-31319 Fixed
8 lines
84 B
Kotlin
Vendored
8 lines
84 B
Kotlin
Vendored
package b
|
|
|
|
import a.C
|
|
import a.provideDelegate
|
|
|
|
class Example {
|
|
val c: C = C()
|
|
} |