summaryrefslogtreecommitdiff
path: root/plugins/java-decompiler/testData/CodeConstructs.txt
blob: 59bc71849dd665c2255ab9fe7f960500d7125f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//


class CodeConstructs {

    CodeConstructs() {
    }

    void expressions() {
        (new String()).hashCode();
    }
}