33e6a85a2d
We exclude testData pattern from copyright scope
11 lines
164 B
Kotlin
Vendored
11 lines
164 B
Kotlin
Vendored
package test
|
|
|
|
class Foo<F> {
|
|
inner class Bar<B> {
|
|
fun test(f: F, b: B) {
|
|
<expr>consume(f)</expr>
|
|
}
|
|
}
|
|
}
|
|
|
|
fun consume(obj: Any) {} |