### Version 0.8.0 ### What happened? ```cs extension(string) { public static string Hello => "Hello!"; } ``` Result: ``` (1,1): error CS9283: Extensions must be declared in a top-level, non-generic, static class. ```
Version
0.8.0
What happened?
Result: