8 lines
195 B
Kotlin
Vendored
8 lines
195 B
Kotlin
Vendored
// "Make 'foo' 'abstract'" "false"
|
|
// ACTION: Add function body
|
|
// ACTION: Create test
|
|
// ACTION: Make internal
|
|
// ACTION: Make private
|
|
// ERROR: Function 'foo' must have a body
|
|
|
|
<caret>fun foo() |