Implement getTypeElement for UastKotlinPsiVariable
#KT-16849 Fixed
This commit is contained in:
@@ -6,5 +6,7 @@ fun foo(): Boolean {
|
||||
Local()
|
||||
}
|
||||
|
||||
fun Int.someLocalFun(text: String) = 42
|
||||
|
||||
return bar() == Local()
|
||||
}
|
||||
Reference in New Issue
Block a user