package test

internal val checkTypeProp: test.PropType? = null

internal final class PropType {
    /*primary*/ public constructor PropType()
}
