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