[JS] Add test for KT-39378

This commit is contained in:
Roman Artemev
2020-09-02 13:46:15 +03:00
parent 3d5ec8aa10
commit 2612609664
5 changed files with 54 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
function ee() {
return {
ss: ['O' , 'K']
}
}