9 lines
167 B
Plaintext
Vendored
9 lines
167 B
Plaintext
Vendored
// ERROR: Unexpected token
|
|
package foo
|
|
|
|
class Impl: B {
|
|
override fun foo(r: Runnable!) {
|
|
<selection><caret>TODO("Not yet implemented")</selection>
|
|
}
|
|
}
|