KT-11588 Type aliases
Resolution & expansion for type aliases. NB: Nested type aliases capturing type parameters of outer classes are not supported yet.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
typealias S = String
|
||||
|
||||
val OK: S = "OK"
|
||||
|
||||
fun box(): S = OK
|
||||
Reference in New Issue
Block a user