Skip to content

Instantly share code, notes, and snippets.

@llowder
Created December 29, 2016 20:57
Show Gist options
  • Save llowder/dffa0433c025d73d9607d2dd3dddc662 to your computer and use it in GitHub Desktop.
Save llowder/dffa0433c025d73d9607d2dd3dddc662 to your computer and use it in GitHub Desktop.
wishful thinking
class foo (
Array[String] $a = [ 'a', 'b', 'c'],
Enum[$::foo::a] $b = 'c',
)
}
notify { $b: }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment