package custom.pkg { // Signature: custom.pkg/Bar|null[0] object Bar // Signature: custom.pkg/Foo|null[0] class Foo constructor() // Signature: custom.pkg/MyTransformer|null[0] typealias MyTransformer = (String) -> Int // Signature: custom.pkg/v1|7393439784805956893[0] val v1: Int = 1 // Signature: custom.pkg/v2|-7674839086071973207[0] val v2: String = "hello" // Signature: custom.pkg/v3|1020778405567015018[0] val v3: (String) -> Int // Signature: custom.pkg/v4|8662652590067501092[0] val v4: MyTransformer /* = (String) -> Int */ }