Skip to content

Instantly share code, notes, and snippets.

@aysesenses
Created September 24, 2021 12:51
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 aysesenses/5962d69e59e78b592b931bab6646ddcb to your computer and use it in GitHub Desktop.
Save aysesenses/5962d69e59e78b592b931bab6646ddcb to your computer and use it in GitHub Desktop.
fun foo() {
val x = 2
class Local {
val y = x
}
Local().y // 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment