blob: 33f5eacbbc0464cffdd36f86166c9205066674cc [file] [log] [blame]
interface T {
val foo: Int
}
val f = fun(<caret>t: T): Int {
return t.foo
}