KT-11588 Type aliases

Light class generation: do not fail on type aliases
TODO: actual binary representation for type aliases
This commit is contained in:
Dmitry Petrov
2016-05-10 14:21:31 +03:00
parent a4406687f1
commit 59472927cd
4 changed files with 13 additions and 5 deletions
@@ -0,0 +1 @@
typealias S = String
@@ -0,0 +1,3 @@
package
public typealias S = kotlin.String