blob: 6e7114e224afd80fa8a1f7d94c6baac97a517871 [file] [log] [blame]
class C<T> {
fun x(/*PLACE*/a: Int) {
}
}
fun y(/*ONAIR*/b: T) {
}