0a67569163
- `dependency2` is needed to ensure the creation of combined Kotlin symbol providers. If there is only a single dependency Kotlin symbol provider, the combined symbol provider won't be created.
12 lines
202 B
Kotlin
Vendored
12 lines
202 B
Kotlin
Vendored
// MODULE: extendedModule
|
|
|
|
// MODULE: dependency2
|
|
|
|
// MODULE: main(extendedModule, dependency2)()()
|
|
import generated.*
|
|
|
|
fun main() {
|
|
val a = GeneratedClass2()
|
|
a.gener<caret>atedClassMember2()
|
|
}
|