Created
December 29, 2016 20:57
-
-
Save llowder/dffa0433c025d73d9607d2dd3dddc662 to your computer and use it in GitHub Desktop.
wishful thinking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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