Skip to content

Instantly share code, notes, and snippets.

@fabiomsr
Last active August 1, 2016 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiomsr/a4ef056bf224f8490e8481aa338d095e to your computer and use it in GitHub Desktop.
Save fabiomsr/a4ef056bf224f8490e8481aa338d095e to your computer and use it in GitHub Desktop.
From Java to Kotlin
final int x;
final int y = 1;
val x : Int
val y = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment