Simple -> UClass (name = Simple)
method -> UMethod (name = method)
    println -> [!] UnknownKotlinExpression (CALL_EXPRESSION)
property -> UField (name = property)
String -> USimpleNameReferenceExpression (identifier = String)
