Skip to content

Instantly share code, notes, and snippets.

@ersin-ertan
Created September 26, 2017 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ersin-ertan/4f2fc10265a2413fdff461f7bc70a7d0 to your computer and use it in GitHub Desktop.
Save ersin-ertan/4f2fc10265a2413fdff461f7bc70a7d0 to your computer and use it in GitHub Desktop.
public
interface Public {
public fun public():Public
}
public class public public constructor(public:Public):Public by object:Public {
public override fun public():Public {
return object:Public {
public override fun public():Public {
return Public@this.public()
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment