raulraja
08/13/2017, 8:03 PM> kotlinc
Welcome to Kotlin version 1.1.3-2 (JRE 1.8.0_131-8u131-b11-2ubuntu1.16.04.3-b11)
Type :help for help, :quit for quit
>>> typealias X = String
error: nested and local type aliases are not supported
typealias X = String
^