blob: 47a7968b2f4ef1ee0ab144f2603abcb7800c0cbc [file] [log] [blame]
fun <T> <caret>T.bar() {
toString()
}
fun <T> foo(a: T) {
a.bar()
}