Closes gh-29619
This commit is contained in:
Johnny Lim
2022-12-02 00:14:36 +09:00
committed by Brian Clozel
parent dd6cb1b728
commit 74ec10bf3a
7 changed files with 26 additions and 27 deletions

View File

@@ -53,7 +53,7 @@ class DeclarativeRuntimeHintsTests extends AbstractAotTests {
// @Reflective
assertReflectionRegistered(testClass);
// @@RegisterReflectionForBinding
// @RegisterReflectionForBinding
assertReflectionRegistered(SampleClassWithGetter.class);
assertReflectionRegistered(String.class);
assertThat(reflection().onMethod(SampleClassWithGetter.class, "getName")).accepts(this.runtimeHints);