Using javascript in script editor: This works: ``` //@String string ``` This crashes with `NullPointerException`: ``` //@String(style = "text area") string ```