bb808b5620
Moved tests for completion and their test data into module idea-completion
11 lines
122 B
Kotlin
Vendored
11 lines
122 B
Kotlin
Vendored
package p
|
|
|
|
trait I1<T>
|
|
trait I2
|
|
|
|
trait KotlinTrait<T>
|
|
|
|
class KotlinInheritor<T> : KotlinTrait<I1<T>>
|
|
|
|
// ALLOW_AST_ACCESS
|