typealias Test1 = String
fun foo() {
  { // BLOCK
  }
}

class C {
  constructor() /* primary */ {
    super/*Any*/()
    /* <init>() */

  }

}
