CodeNarc web console

subscribe to the feed Subscribe
to this
site
embed in your blog Embed
this
script
Covariant clone() (via #meetcodenarc)
tweet this snippet Tweet
this
script

To embed this script in your site, just drop the content below where you want to embed it.

Covariant clone()

Published 1 year ago by Roshan Dawrani
Actions  ➤ Edit in console Back to console Show/hide line numbers View recent scripts
class Dummy implements Cloneable {
    Dummy clone() {
        super.clone()
    }
}

Recent scripts