Skip to content

Instantly share code, notes, and snippets.

@rossharper
Created February 20, 2016 21:50
Show Gist options
  • Save rossharper/cb3e183d0fbaf2e25b10 to your computer and use it in GitHub Desktop.
Save rossharper/cb3e183d0fbaf2e25b10 to your computer and use it in GitHub Desktop.
Kotlin Static Method
class C {
companion object {
@JvmStatic
fun foo() {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment