Support is and as
[hiphop-php.git] / hphp / hack / test / decl / dynamically_callable.php
blob3fff92a5b9e1174298c69953235fefb1f5d35a56
1 <?hh // strict
2 /**
3 * Copyright (c) 2019, Facebook, Inc.
4 * All rights reserved.
6 * This source code is licensed under the MIT license found in the
7 * LICENSE file in the "hack" directory of this source tree.
12 class X {
13 <<__DynamicallyCallable>>
14 public function pub(): void {}