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 4bdcbd0 commit 36b0c26
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 36b0c26

Please sign in to comment.