mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8 lines
97 B
Text
8 lines
97 B
Text
foo.x = 34
|
|
obj.x = hello
|
|
obj.x = 42
|
|
foo.x = 42
|
|
x = 33
|
|
y = hello
|
|
obj.x = 3.141592653589793
|
|
y = 32
|