8 lines
194 B
Kotlin
Vendored
8 lines
194 B
Kotlin
Vendored
package foo
|
|
|
|
import bar.*
|
|
|
|
/*p:foo*/fun <T : /*p:foo*/A?, B : /*p:foo*/Iterable</*p:foo*/Number>, C> test()
|
|
where C : /*p:foo*/Number, C : /*p:foo*/Comparable</*p:foo*/Number>, C : B
|
|
{}
|