We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28c0e4 commit dbd30a5Copy full SHA for dbd30a5
echo/util/Proxy.hx
@@ -8,7 +8,7 @@ using Lambda;
8
* Implementing this interface on a Class will run `Proxy.build`, then remove itself.
9
**/
10
@:remove
11
-@:autoBuild(ghost.Proxy.build())
+@:autoBuild(echo.util.Proxy.build())
12
interface IProxy {}
13
14
class Proxy {
0 commit comments