UFile (package = test.pkg) [package test.pkg...]
    UClass (name = Test) [public final class Test {...}]
        UMethod (name = test1) [public final fun test1() : void {...}]
            UBlockExpression [{...}] = Undetermined
        UMethod (name = Test) [public fun Test() = UastEmptyExpression]
        UMethod (name = test2) [@kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "nothing")...}]
            UAnnotation (fqName = kotlin.Deprecated) [@kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "nothing")]
                UNamedExpression (name = level) [level = DeprecationLevel.HIDDEN] = Undetermined
                    UQualifiedReferenceExpression [DeprecationLevel.HIDDEN] = external HIDDEN()
                        USimpleNameReferenceExpression (identifier = DeprecationLevel) [DeprecationLevel] = external DeprecationLevel()
                        USimpleNameReferenceExpression (identifier = HIDDEN) [HIDDEN] = external HIDDEN()
                UNamedExpression (name = message) [message = "nothing"] = Undetermined
                    ULiteralExpression (value = "nothing") ["nothing"] = "nothing"
            UBlockExpression [{...}] = Undetermined
