Created
February 20, 2016 21:50
-
-
Save rossharper/cb3e183d0fbaf2e25b10 to your computer and use it in GitHub Desktop.
Kotlin Static Method
This file contains 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 C { | |
companion object { | |
@JvmStatic | |
fun foo() { | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment