9 lines
154 B
Plaintext
Vendored
9 lines
154 B
Plaintext
Vendored
// ERROR: Unexpected token
|
|
package foo
|
|
|
|
class Impl: B() {
|
|
override fun foo(r: Runnable!) {
|
|
<selection><caret>super.foo(r)</selection>
|
|
}
|
|
}
|