blob: d0c2e35311c8b9c1240f9665a8a055bb9b5b5771 [file] [log] [blame]
Tor Norbye2e5965e2014-07-25 12:24:15 -07001class CodeConstructs {
2 void expressions() {
3 new String().hashCode();
4 }
5}