Polish
Closes gh-29619
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user