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