SJW/test/data/cycle/A.js

6 lines
38 B
JavaScript
Raw Normal View History

2020-12-08 12:06:19 +01:00
import B;
return {
s: 'a' + B.s
};