Dazor Plasma

Results 1 issues of Dazor Plasma

```lua --[=[ This doesn't work. ]=] Module.foo = function() print("hey") end --[=[ This works. ]=] function Module.bar() print("hello") end ```

bug
extractor