blob: 907a55dfa494efe4bf8c846c9453e97c8af01ae8 [file] [log] [blame]
// IS_APPLICABLE: false
interface Foo {
fun<caret> bar()
}