blob: d9af1d8ce421c9fd7f880f8bec1240ec3f68519e [file] [log] [blame]
// "Make 'foo' abstract" "true"
abstract class B() {
abstract fun <caret>foo()
}