File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 run : ./gradlew build conformanceTests demoTest --include-build ../jspecify
3131 env :
3232 SHALLOW : 1
33- - name : Check out jspecify/samples-google-prototype
33+ - name : Check out jspecify/samples-google-prototype-eisop
3434 if : always()
3535 run : |
36- git fetch --depth=1 origin samples-google-prototype
37- git checkout samples-google-prototype
36+ git fetch --depth=1 origin samples-google-prototype-eisop
37+ git checkout samples-google-prototype-eisop
3838 working-directory : jspecify
3939 - name : Run Samples Tests
4040 if : always()
Original file line number Diff line number Diff line change 1818@ NullMarked
1919class Demo {
2020 Object mismatch (@ Nullable Object o ) {
21- // jspecify_nullness_mismatch
21+ // :: error: jspecify_nullness_mismatch
2222 return o ;
2323 }
2424}
You can’t perform that action at this time.
0 commit comments