I'm really hoping this is added soon (default valu...
# announcements
h
I'm really hoping this is added soon (default values for type parameters): https://discuss.kotlinlang.org/t/allow-typealias-to-have-the-same-name-as-generic-class/6789/6 The example provided by Andrey Breslav in the post is:
Copy code
class Foo<T : Bar = Baz>