JS: add support of JsQualifier annotation. See KT-15905
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
var a = {
|
||||
b: {
|
||||
c: function() {
|
||||
return "O";
|
||||
},
|
||||
d: "K"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user