compilation error fix: transform getClass()->.class (IDEA-117106)

This commit is contained in:
Anna Kozlova
2018-01-03 21:10:47 +01:00
parent 7cbfe6c753
commit 2dd4d855fb
5 changed files with 104 additions and 0 deletions
@@ -0,0 +1,7 @@
// "Replace with Test.class" "true"
class Test {
static void foo() {
System.out.println(get<caret>Class());
}
}