UElement as PsiElement. The PsiElement obtained this way is ambiguous.
If you need "physical" PsiElement please use UElementKt.getSourcePsiElement(),
if you need PsiElement that "emulates" behaviour of Java-elements (PsiClass, PsiMethod, etc.)
then please use UElementKt.getAsJavaPsiElement().
New in 2018.1