Skip to content

Commit

Permalink
Merge pull request #27 from 1c-syntax/fix/independensy
Browse files Browse the repository at this point in the history
Обновление зависимости bsl-parser
  • Loading branch information
asosnoviy authored Jan 30, 2019
2 parents 6045c06 + 4f66a47 commit 9cb73d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
compile("org.slf4j", "slf4j-api", "1.8.0-beta2")
compile("org.slf4j", "slf4j-simple", "1.8.0-beta2")

compile("com.github.1c-syntax", "bsl-parser", "0.3.0")
compile("com.github.1c-syntax", "bsl-parser", "0.3.1")

// https://mvnrepository.com/artifact/commons-io/commons-io
testImplementation("commons-io:commons-io:2.6")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@
Процедура ПроцедураСВозвратом()
Возврат;
КонецПроцедуры

Function F()

For Each A In B Do

EndDo;

Return B;
EndFunction

0 comments on commit 9cb73d2

Please sign in to comment.