blob: 13497895750b8cb99e5770bbe7ba993ddb8972bb [file] [log] [blame]
// "Make 'foo' 'abstract'" "false"
// ACTION: Add function body
// ACTION: Make internal
// ACTION: Make private
// ERROR: Function 'foo' without a body must be abstract
object O {
<caret>fun foo()
}