1:
Object
2:
class
Item
3:
{
4:
function
getText
()
:
String
5:
{
6:
return
"
hi
"
;
7:
}
8:
}