From 40d3d2c592e386c861ae99cfb19bf0417a27b7c7 Mon Sep 17 00:00:00 2001 From: Stanislav Erokhin Date: Mon, 4 Apr 2016 15:56:10 +0300 Subject: [PATCH] Minor. Mute testdata. --- idea/testData/parameterInfo/functionCall/NotAccessible.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/idea/testData/parameterInfo/functionCall/NotAccessible.kt b/idea/testData/parameterInfo/functionCall/NotAccessible.kt index d479deb45d2..67ff8fe93a7 100644 --- a/idea/testData/parameterInfo/functionCall/NotAccessible.kt +++ b/idea/testData/parameterInfo/functionCall/NotAccessible.kt @@ -6,6 +6,7 @@ class C { fun f(c: C) { c.foo(1) } +// TODO: wrong name resolution. see: KT-11763 /* -Text: (), Disabled: true, Strikeout: false, Green: true +Text: (), Disabled: true, Strikeout: false, Green: false */ \ No newline at end of file