aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/shadowedExtensionFunctions.md
blob: 5218d2997e5f22a8da0f74d3b73eef527c27b9bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[test](test/index) / [Bar](test/-bar/index)


# Bar

`class Bar : [Foo](test/-foo/index)`



### Constructors


| [<init>](test/-bar/-init-) | `Bar()` |


### Extension Functions


| [shazam](test/shazam) | `fun [Bar](test/-bar/index).shazam(i: Int): Unit`
`fun [Foo](test/-foo/index).shazam(): Unit` |
| [xyzzy](test/xyzzy) | `fun [Bar](test/-bar/index).xyzzy(): Unit` |