blob: d0c2e35311c8b9c1240f9665a8a055bb9b5b5771 [file] [log] [blame]
class CodeConstructs {
void expressions() {
new String().hashCode();
}
}