Skip to content

Commit

Permalink
Merge pull request #180 from evansgelist/patch-4
Browse files Browse the repository at this point in the history
обновление текста
  • Loading branch information
phplego committed Jan 7, 2021
2 parents d397317 + 8c45004 commit cbb72dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object-declarations.md
Expand Up @@ -66,7 +66,7 @@ print(adHoc.x + adHoc.y)

<!-- Just like Java's anonymous inner classes, code in object expressions can access variables from the enclosing scope. -->
<!-- (Unlike Java, this is not restricted to final variables.) -->
Код внутри объявленного объекта может обращаться к переменным за скобками так же, как вложенные анонимные классы в <b>Java</b>
Код внутри объявленного объекта может обращаться к переменным за скобками

```kotlin
fun countClicks(window: JComponent) {
Expand Down

0 comments on commit cbb72dd

Please sign in to comment.