ac03d98cb2
(cherry picked from commit 2db7562)
3 lines
82 B
Plaintext
Vendored
3 lines
82 B
Plaintext
Vendored
// "Move to constructor" "true"
|
|
class Container(protected open var index: Int) {
|
|
} |