Kapt3: Generate stub for error.NonExistentClass to make javac happy

This commit is contained in:
Yan Zhulanow
2016-11-18 21:58:30 +03:00
committed by Yan Zhulanow
parent 325245f996
commit 582f85f303
5 changed files with 39 additions and 8 deletions
+7
View File
@@ -30,6 +30,13 @@ public enum EnumClass {
////////////////////
package error;
public final class NonExistentClass {
}
////////////////////
package test;
public final class Simple {