Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Fix ticket reference.

See #3215
  • Loading branch information
mp911de committed Dec 2, 2024
1 parent fe2081f commit b4edacb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void detectsKotlinPropertiesWithLeadingIsOnTargetType() throws Throwable {
assertThat(new PropertyAccessingMethodInterceptor(source).invoke(invocation)).isEqualTo(true);
}

@Test // GH-3697
@Test // GH-3215
void considersPropertyDescriptorsFromPackageProtectedSuperclass() throws Throwable {

var source = new SomeExposedClass();
Expand Down

0 comments on commit b4edacb

Please sign in to comment.