Created
March 20, 2020 22:06
-
-
Save bigyanthapa/a4c6ad9ae6425574275f2c597ee536bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class MyClass { | |
// some implementations | |
companion object { | |
val SOME_STATIC_VARIABLE = "some_static_variable" | |
fun someStaticFunction() { | |
// static function implementation | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment