test/nashorn/script/basic/JDK-8014785.js.EXPECTED
changeset 47216 71c04702a3d5
parent 18860 e387fde9322a
equal deleted inserted replaced
47215:4ebc2e2fb97c 47216:71c04702a3d5
       
     1 foo.x = 34
       
     2 obj.x = hello
       
     3 obj.x = 42
       
     4 foo.x = 42
       
     5 x = 33
       
     6 y = hello
       
     7 obj.x = 3.141592653589793
       
     8 y = 32