Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Created January 12, 2020 17:24
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 nhoxbypass/2b7775671dd64af6b482079fbab0867c to your computer and use it in GitHub Desktop.
Save nhoxbypass/2b7775671dd64af6b482079fbab0867c to your computer and use it in GitHub Desktop.
@file:JvmName("SaberUtils")
@file:JvmMultifileClass
fun makeLightSaber(powers: Int): LightSaber {
return LightSaber(powers)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment