blob: adff11d52622e858700e97d03dd6d24ff2efc656 [file] [log] [blame]
interface T {
val foo: Int
}
val f = fun(t: T): Int {
return t.foo
}