9 lines
77 B
Kotlin
9 lines
77 B
Kotlin
class C<T> {
|
|
fun x(/*PLACE*/a: Int) {
|
|
|
|
}
|
|
}
|
|
|
|
fun y(/*ONAIR*/b: T) {
|
|
|
|
} |