File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ as identifiers in other contexts:
70
70
* ` file ` is used as an [ annotation use-site target] ( annotations.md#annotation-use-site-targets ) .
71
71
* ` finally ` begins a block that [ is always executed when a try block exits] ( exceptions.md ) .
72
72
* ` get `
73
- - declares the [ getter of a property] ( properties.md#getters-and-setters ) .
73
+ - declares the [ getter of a property] ( properties.md ) .
74
74
- is used as an [ annotation use-site target] ( annotations.md#annotation-use-site-targets ) .
75
75
* ` import ` [ imports a declaration from another package into the current file] ( packages.md ) .
76
76
* ` init ` begins an [ initializer block] ( classes.md#constructors ) .
77
77
* ` param ` is used as an [ annotation use-site target] ( annotations.md#annotation-use-site-targets ) .
78
78
* ` property ` is used as an [ annotation use-site target] ( annotations.md#annotation-use-site-targets ) .
79
79
* ` receiver ` is used as an [ annotation use-site target] ( annotations.md#annotation-use-site-targets ) .
80
80
* ` set `
81
- - declares the [ setter of a property] ( properties.md#getters-and-setters ) .
81
+ - declares the [ setter of a property] ( properties.md ) .
82
82
- is used as an [ annotation use-site target] ( annotations.md#annotation-use-site-targets ) .
83
83
* ` setparam ` is used as an [ annotation use-site target] ( annotations.md#annotation-use-site-targets ) .
84
84
* ` value ` with the ` class ` keyword declares an [ inline class] ( inline-classes.md ) .
You can’t perform that action at this time.
0 commit comments