summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/invalid/idl/stringconstants.idl
blob: 44fd3ff136ee5671637d02cb80964ddba092a658 (plain)
1
2
3
interface Util {
  const DOMString hello = "world";
};