Kapt: Update test data (stub converter tests)

This commit is contained in:
Yan Zhulanow
2018-12-03 17:12:34 +09:00
parent 1963571be3
commit a090541108
2 changed files with 13 additions and 1 deletions
@@ -59,3 +59,15 @@ public final class Foo {
super();
}
}
////////////////////
package test;
import lib.Anno;
import lib.impl.Impl;
@kotlin.Suppress(names = {"UNRESOLVED_REFERENCE", "ANNOTATION_ARGUMENT_MUST_BE_CONST", "NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION"})
@kotlin.Metadata()
public final class TestKt {
}