We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa5e2a commit 2fb397dCopy full SHA for 2fb397d
src/test/java/module-info.java
@@ -20,6 +20,8 @@
20
org.junit.platform.commons;
21
opens com.github.streams.learn.solutions to
22
23
+ opens com.github.streams.learn.default_methods to
24
+ org.junit.platform.commons;
25
26
// PRACTICE
27
opens com.github.streams.practice.strings to
0 commit comments