Skip to content

Instantly share code, notes, and snippets.

@AditChauhan
Created March 14, 2020 06:36
Show Gist options
  • Save AditChauhan/caa0d39612a169a07c4988ac798eba8d to your computer and use it in GitHub Desktop.
Save AditChauhan/caa0d39612a169a07c4988ac798eba8d to your computer and use it in GitHub Desktop.
SealedError
fun main(args: Array<String>)
{
var whatTime = Time() //compiler error. Class Time cannot be instantiated.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment