Kapt: provide a default constructor if PsiClass does not have any

(cherry picked from commit 550b1c0)
This commit is contained in:
Yan Zhulanow
2016-08-30 20:47:10 +03:00
committed by Yan Zhulanow
parent 7a00b028af
commit 6ceaac63dc
5 changed files with 77 additions and 0 deletions

View File

@@ -13,4 +13,6 @@ public abstract class Simple {
abstract void voidMethod()
protected java.lang.String strMethod(int param)
public void <init>()
}