Kapt3: Parse generic signatures of methods and fields

This commit is contained in:
Yan Zhulanow
2016-10-28 05:24:47 +03:00
committed by Yan Zhulanow
parent efd25de13f
commit 5b780ec56c
8 changed files with 220 additions and 38 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public final class Test {
public final class Inner {
public Inner(Test $outer) {
public Inner() {
super();
}
}