blob: 896d9299c81b6b1ff99665e517f2e187489e688f [file] [log] [blame]
abstract class Foo {
fun<caret> bar() {
}
}