mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 02:54:43 +03:00
8 lines
226 B
JavaScript
8 lines
226 B
JavaScript
var i, C = function() {
|
|
"use strict";
|
|
!function(instance, Constructor) {
|
|
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
|
|
}(this, C);
|
|
};
|
|
foo(new C), bar(i);
|