bd38363077
To explicitly specify which test are failing
9 lines
196 B
Kotlin
Vendored
9 lines
196 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()
|