blob: 9334d315d531cc0b1123f9b43ba867cf2707f132 [file] [log] [blame]
// IS_APPLICABLE: false
abstract class Foo {
abstract fun<caret> bar()
}