12 lines
292 B
Plaintext
Vendored
12 lines
292 B
Plaintext
Vendored
// ERROR: Unexpected tokens
|
|
// ERROR: Unexpected token
|
|
// ERROR: Unexpected token
|
|
// ERROR: Unexpected token
|
|
import foo.Intf
|
|
|
|
class Impl(): Intf {
|
|
override fun fooBar(i: Int, s: Array<(out) String!>!, foo: Any!) {
|
|
<selection><caret>TODO("Not yet implemented")</selection>
|
|
}
|
|
}
|