Page MenuHomePhabricator
Paste P57812

fabtypes
ActivePublic

Authored by Joe on Feb 23 2024, 10:23 AM.
Tags
None
Referenced Files
F42060843: fabtypes
Feb 23 2024, 10:23 AM
Subscribers
None
type Test = Struct[{ 'a' => Struct[{'b' => String}]}]
class myTest(Test $a) {
notice($a['a']['b'])
}
class { 'myTest':
a => {'a' => {'b' => 'Hello'}}
}

Event Timeline