[[
   "comment",
  ["comment","/*EXPECTED"]
],[
   "comment",
  ["comment","hello world!"]
],[
   "start",
  ["comment","*/"]
],[
   "start",
  ["keyword","class"],
  ["text"," "],
  ["language.support.class","Test"],
  ["text"," "],
  ["paren.lparen","{"]
],[
   "start",
  ["text","    "],
  ["keyword","static"],
  ["text"," "],
  ["storage.type","function"],
  ["text"," "],
  ["entity.name.function","run"],
  ["paren.lparen","("],
  ["paren.rparen",")"],
  ["text"," "],
  ["punctuation.operator",":"],
  ["text"," "],
  ["keyword","void"],
  ["text"," "],
  ["paren.lparen","{"]
],[
   "start",
  ["text","        "],
  ["comment","// console.log(\"hello world!\");"]
],[
   "start",
  ["text","        "],
  ["keyword","log"],
  ["text"," "],
  ["string","\"hello world!\""],
  ["punctuation.operator",";"]
],[
   "start",
  ["text","    "],
  ["paren.rparen","}"]
],[
   "start",
  ["paren.rparen","}"]
]]