// Rendering settings:
// - Signature version: 2
// - Show manifest properties: false
// - Show declarations: true

// Library unique name: <main>
final class /Test1 { // /Test1|null[0]
    final val x // /Test1.x|{}x[0]
        final fun <get-x>(): kotlin/Int // /Test1.x.<get-x>|<get-x>(){}[0]
    final val y // /Test1.y|{}y[0]
        final fun <get-y>(): kotlin/Int // /Test1.y.<get-y>|<get-y>(){}[0]
    constructor <init>(kotlin/Int, kotlin/Int) // /Test1.<init>|<init>(kotlin.Int;kotlin.Int){}[0]
}
final class /Test2 { // /Test2|null[0]
    final val x // /Test2.x|{}x[0]
        final fun <get-x>(): kotlin/Int // /Test2.x.<get-x>|<get-x>(){}[0]
    final val y // /Test2.y|{}y[0]
        final fun <get-y>(): kotlin/Int // /Test2.y.<get-y>|<get-y>(){}[0]
    constructor <init>(kotlin/Int, kotlin/Int) // /Test2.<init>|<init>(kotlin.Int;kotlin.Int){}[0]
}
final class /Test3 { // /Test3|null[0]
    final val x // /Test3.x|{}x[0]
        final fun <get-x>(): kotlin/Int // /Test3.x.<get-x>|<get-x>(){}[0]
    final val y // /Test3.y|{}y[0]
        final fun <get-y>(): kotlin/Int // /Test3.y.<get-y>|<get-y>(){}[0]
    constructor <init>(kotlin/Int, kotlin/Int) // /Test3.<init>|<init>(kotlin.Int;kotlin.Int){}[0]
}
