Skip to content

Instantly share code, notes, and snippets.

@dwins
Created August 10, 2010 18:12
Show Gist options
  • Select an option

  • Save dwins/517712 to your computer and use it in GitHub Desktop.

Select an option

Save dwins/517712 to your computer and use it in GitHub Desktop.
class Foo {
var bar: String = ""
}
val instance = new Foo
locally {
import instance._
bar = "Special value"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment