Kotlin / kotlin-spec

Kotlin Language Specification:
https://kotlinlang.org/spec
Apache License 2.0
387 stars 80 forks source link

Talk about "bare types" (parameterized types without parameters) #56

Closed ice-phoenix closed 4 years ago

ice-phoenix commented 4 years ago

Bare types can be encountered, for example, in type checking or cast expressions, and are somewhat related to runtime-available types.

Also, they currently have some problems (see KT-15533 / KT-15706).

belyaev-mikhail commented 4 years ago

I'll write it

belyaev-mikhail commented 4 years ago

Done in draft