Skip to content

Commit

Permalink
Fix typo (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
udalov committed Aug 10, 2016
1 parent fc82924 commit 80e9cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/bound-callable-references.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class C {
fun test() {
C::class // class of C
C()::class // class of C
(C)::foo // class of C.Companion
(C)::class // class of C.Companion
C.Companion::class // class of C.Companion
}
```
Expand Down

0 comments on commit 80e9cd3

Please sign in to comment.