You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function parameters are a little bit weird: they're obviously in the scope of a function, but their defaults a little bit different to the scope of the function, and you can use local variables which shadow them (which is explicitly written as impossible for decls in the same scope in spec).
Also: primary constructor parameters, they're even weirder.
The text was updated successfully, but these errors were encountered:
https://youtrack.jetbrains.com/issue/KT-28932#focus=Comments-27-5169515.0-0
Function parameters are a little bit weird: they're obviously in the scope of a function, but their defaults a little bit different to the scope of the function, and you can use local variables which shadow them (which is explicitly written as impossible for decls in the same scope in spec).
Also: primary constructor parameters, they're even weirder.
The text was updated successfully, but these errors were encountered: