/*
 * Copyright (c) 2023 Huawei Device Co., Ltd.
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
let e6 = 1;
exports.g6 = e6;
exports.h6 = 2;
exports.i6 = function () {
    return 'Hello, world!';
};
class f6 {
    j6 = '00001';
    k6 = { l6: 'jack3', m6: 12 };
}
exports.f6 = f6;
exports.n6 = class {
    o6 = 11;
    p6 = 15;
    q6() {
        return this.p6;
    }
};
