shared void run() { value array = ["apple", "orange"]; print(array.size); }