/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/javascript/static_const_member_2_runme.js
13 строк
419 B
Momtchil Momtchev
batch of JS run tests
31 май 2023, 19:46
31 май 2023, 19:46
bc6d6ed
Код
Авторство
О чём код?
var static_const_member_2 = require("static_const_member_2"); c = new static_const_member_2.Test_int(); a = c.forward_field; a = c.current_profile; a = c.RightIndex; a = static_const_member_2.Test_int.backward_field; a = static_const_member_2.Test_int.LeftIndex; a = static_const_member_2.Test_int.cavity_flags; if (static_const_member_2.Foo.BAZ.val != 2 * static_const_member_2.Foo.BAR.val) { throw new Error; }