Skip to content

Commit 20a1e95

Browse files
EotT123EotT123
EotT123
authored and
EotT123
committed
1 parent 8f18db1 commit 20a1e95

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/java/t705/Test.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package t705;
2+
3+
import manifold.ext.props.rt.api.val;
4+
import org.jspecify.annotations.NullMarked;
5+
6+
@NullMarked
7+
public interface Test {
8+
@val String test; // WARNING: @NullMarked fields must be initialized
9+
}

0 commit comments

Comments
 (0)