We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a78756 commit eb0328eCopy full SHA for eb0328e
value/src/test/java/com/google/auto/value/processor/AutoValueCompilationTest.java
@@ -3407,7 +3407,7 @@ public void kotlinMetadataAnnotationsAreImplicitlyExcludedFromCopying() {
3407
assertThat(compilation)
3408
.generatedSourceFile("foo.bar.AutoValue_Test")
3409
.contentsAsUtf8String()
3410
- .doesNotContain("@Metadata");
+ .doesNotContain("kotlin.Metadata");
3411
}
3412
3413
private String sorted(String... imports) {
0 commit comments