@abaplint/core
Version:
abaplint - Core API
12 lines • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SourceField = void 0;
const combi_1 = require("../combi");
const _1 = require(".");
class SourceField extends combi_1.Expression {
getRunnable() {
return new _1.Field();
}
}
exports.SourceField = SourceField;
//# sourceMappingURL=source_field.js.map