blob: f8ce3c9467fe9a8f5c1cc20e2ab4a74b3bcb6464 [file]
package test
class Foo<F> {
class Bar<B> {
fun test(b: B) {
<expr>consume(b)</expr>
}
}
}
fun consume(obj: Any) {}