FILE /typeAlias.kt
  TYPEALIAS typealias Test1 = String type=kotlin.String
  FUN public fun foo(): kotlin.Unit
    BLOCK_BODY
      TYPEALIAS typealias TestLocal = String type=kotlin.String
  CLASS CLASS C
    CONSTRUCTOR public constructor C()
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
        INSTANCE_INITIALIZER_CALL classDescriptor='C'
    TYPEALIAS typealias TestNested = String type=kotlin.String
