Fixed test data

This commit is contained in:
Valentin Kipyatkov
2014-06-25 13:26:16 +04:00
parent 8512eac768
commit 88bdbb02f4
@@ -2,6 +2,7 @@ class A {
fun someOther() = false
private fun formatElement(element: PsiElement): String {
var element = element
element = JetPsiUtil.ascendIfPropertyAccessor(element)
if (element is JetNamedFunction || element is JetProperty) {
val bindingContext = AnalyzerFacadeWithCache.analyzeFileWithCache(element.getContainingJetFile()).getBindingContext()