Skip to content

bad static code in utf-8 class name compile! #1645

@qq1053831109

Description

@qq1053831109

export default class 自定义异能 {

static {
let a = 1;
}

}

============ we got lua =====================

--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
-- Lua Library inline imports
local function __TS__Class(self)
local c = {prototype = {}}
c.prototype.__index = c.prototype
c.prototype.constructor = c
return c
end
-- End of Lua Library inline imports
local ____exports = {}
____exports.default = __TS__Class()
local _____81EA_5B9A_4E49_5F02_80FD = ____exports.default
_____81EA_5B9A_4E49_5F02_80FD.name = "自定义异能"
function _____81EA_5B9A_4E49_5F02_80FD.prototype.____constructor(self)
end;
(function(self)
local a = 1
end)(自定义异能)
return ____exports

================

we dont have 自定义异能. may be 自定义异能 -> _____81EA_5B9A_4E49_5F02_80FD ??

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy