File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
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" & !validate="false" '
21+ tag-filter : ' #tag="code" & class="language-run-kotlin"'
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,7 +27,6 @@ fun main() {
2727//sampleEnd
2828}
2929```
30- {validate="false"}
3130
32311 . Declares a variable without initialization.
33322 . 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,7 +26,6 @@ fun main() {
2626//sampleEnd
2727}
2828```
29- {validate="false"}
3029
31301 . Declares a non-` null ` String variable.
32312 . 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