File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1818 uses : AlexanderPrendota/kotlin-samples-pusher@v1
1919 with :
2020 push-repository : ' https://github.com/AlexanderPrendota/kotlin-compiler-server'
21- tag-filter : ' #tag="code" & class="language-run-kotlin"'
21+ tag-filter : ' #tag="code" & class="language-run-kotlin" & !validate="false" '
2222 push-path : ' src/test/resources/test-compile-data/jvm/kotlin-by-example'
2323 username : ' ${{ secrets.KOTLIN_BY_EXAMPLE_TOKEN }}' # token with an access to create PR in push-repository and issue in this repository
2424
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ fun main() {
2727//sampleEnd
2828}
2929```
30+ {validate="false"}
3031
31321 . Declares a variable without initialization.
32332 . An attempt to use the variable causes a compiler error: ` Variable 'e' must be initialized ` .
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ fun main() {
2626//sampleEnd
2727}
2828```
29+ {validate="false"}
2930
30311 . Declares a non-` null ` String variable.
31322 . When trying to assign ` null ` to non-nullable variable, a compilation error is produced.
You can’t perform that action at this time.
0 commit comments