Skip to content

Instantly share code, notes, and snippets.

@nguyendv
Created August 2, 2017 06:13
Show Gist options
  • Save nguyendv/1bcc1a2eca918f1b8fa3d08b238d87b2 to your computer and use it in GitHub Desktop.
Save nguyendv/1bcc1a2eca918f1b8fa3d08b238d87b2 to your computer and use it in GitHub Desktop.
Simple kotlin class definition
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