Implement getTypeElement for UastKotlinPsiVariable

#KT-16849 Fixed
This commit is contained in:
Vyacheslav Gerasimov
2017-04-03 20:45:03 +03:00
parent 1d134ffc72
commit 107879a78a
9 changed files with 91 additions and 40 deletions
+2
View File
@@ -6,5 +6,7 @@ fun foo(): Boolean {
Local()
}
fun Int.someLocalFun(text: String) = 42
return bar() == Local()
}