blob: 65483d526b7b24bf11aa453c63e210ff759cd4f7 [file] [log] [blame]
// FIR_IDENTICAL
interface G<T> {
fun foo(t : T) : T
}
class GC() : G<Int> {
<caret>
}