5 lines
157 B
Plaintext
Vendored
5 lines
157 B
Plaintext
Vendored
abstract class X : java.util.ArrayList<String>(), Runnable {
|
|
override fun size(): Int {
|
|
<selection><caret>return super.size()</selection>
|
|
}
|
|
} |