Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Nov 11, 2024
1 parent 26dd7dc commit 1a5e7db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public interface parentInterface {}
@Language("java")
String childInterface = """
package child;
import parent.parentInterface;
public interface childInterface extends parentInterface {}
""";

Expand Down

0 comments on commit 1a5e7db

Please sign in to comment.