Skip to content

Instantly share code, notes, and snippets.

@mvniekerk
Created November 26, 2015 11:18
Show Gist options
  • Save mvniekerk/3aab5177c72cb6540f56 to your computer and use it in GitHub Desktop.
Save mvniekerk/3aab5177c72cb6540f56 to your computer and use it in GitHub Desktop.
GiveItBeans b = new GiveItBeans()
b.stringBean = "hello"
b.wildValue = true
if (b.wildValue) {
assert b.stringBean == "hello"
}
println(b.stringBean)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment