Created
August 2, 2017 06:13
-
-
Save nguyendv/1bcc1a2eca918f1b8fa3d08b238d87b2 to your computer and use it in GitHub Desktop.
Simple kotlin class definition
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 Car { | |
private var color: Color | |
init { ... } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment